User tests: Successful: Unsuccessful:
Pull Request for deprecated database driver:
The PHP ext/mysql
extension is removed in PHP 7, cannot use the mysql
driver.
https://github.com/twister65/joomla-cms/blob/0346c2fc3668984b3b85ecb4a4941c6752c13f9c/libraries/joomla/database/driver.php#L257
See PR #25729
Get the actual database driver loaded at run time and fill in the dbtype
parameter in the configuration form. You must save the configuration to update the file.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_config |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
RTC
Is there a reason not to merge it into 3.9?
for php < 7 ext/mysql is not deprecated iirc
for php < 7 ext/mysql is not deprecated iirc
The extension was deprecated as of PHP 5.5 and removed from PHP 7.
Good question why it is not done in staging.
Yes, this must also be done in staging:
As there is a PR for staging, too, which does the same thing, this PR should be closed, otherwise they guys will have merge conflicts (which is not a big problem but a bit inconvenient).
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-08-13 17:04:33 |
Closed_By | ⇒ | Quy |
I have tested this item✅ successfully on 0346c2f
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/25807.