This extension was deprecated in PHP 5.5.0 and removed in PHP 7.0.0.
Given the requirement of PHP 7.2, it makes no sense to support this
extension.
Closes T16024
Differential D25946
Remove support for PHP mysql extension mainframe98 on Sat, Apr 5, 12:03. Authored by
Details
This extension was deprecated in PHP 5.5.0 and removed in PHP 7.0.0. Closes T16024 Grep for both mysql and mysqli and look for outdated references.
Diff Detail
Event TimelineComment Actions Nearly perfect (thanks!), only thing missing is to also update mysql (or mysqli) in src/docs/user/installation_guide.diviner. Also no clue whether to add an array item to PhabricatorExtensionsSetupCheck::executeChecks(). |