PHP 7.3 Issue with WordPress 5.0.2
-
Hi,
I have an issue with PHP 7.3(latest version) and WordPress(latest version, 5.0.2) related to the MySQL extension.
Let me explain:
When I select PHP 7.3 through the PHP Selector available in cPanel, I get the following message in my WordPress website:
“Your PHP installation appears to be missing the MySQL extension which is required by WordPress.”Whe I select PHP 7.2 all is working properly, but I want to use the PHP 7.3 because is the latest and fastest.
When I run phpinfo(); function with PHP 7.2, I see that the “mysqli” and “mysqlnd” modules appear in the phpinfo() Report, But when I use the PHP 7.3, NONE on the MySQL modules appear in the phpinfo() Report.
I opened a Support Ticket in the Hosting that I’m using explaining the ISSUE and their answer was this:
“Hello,
I spoke with engineering team regarding this and they say me that Php 7.3 does not currently offer the MySQL extension yet. Thus, you will need to utilize php 7.2 until it’s been released.
Thanks!”
I’m not sure if their answer is correct, for this reason I’m asking here in the WordPress forum because I need to know if this ISSUE is related to WordPress itself or if is an ISSUE with the Hosting Servers configuration.
One additional detail:
in the phpinfo() Report, the following line caught my attention, because there is an interesting difference between the PHP 7.3 and 7.2 reports:In the phpinfo() report with PHP 7.3, I get this:
Additional .ini files parsed: /opt/alt/php73/link/conf/default.iniand Now the phpinfo() report with PHP 7.2, I get this:
Additional .ini files parsed: /opt/alt/php72/link/conf/alt_php.iniMaybe this is causing the Issue, I don’t know, please help me ??
Thanks in Advance,
Mike
- The topic ‘PHP 7.3 Issue with WordPress 5.0.2’ is closed to new replies.