User tests: Successful: Unsuccessful:
Following #14136 and the related RFC, this PR removes the MySQL database driver supporting the deprecated PHP ext/mysql
.
Note that JDatabaseDriverMysql
and its supporting elements have been removed.
On a server where the configuration is set to public $dbtype = 'mysql';
JDatabaseDriver::getInstance()
should try to establish a database connection using ext/mysqli
first then ext/pdo
. If neither of those available, the database connection is not established.
Update https://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_4 with the removal information.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_config Installation Libraries Unit Tests |
Title |
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-03-13 20:08:14 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
?
?
|
Documented (maybe could be worded better) at https://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_4#PHP_MySQL_Extension