PHP 8 compatible DBMS

samir

New member
Hi,
I want to convert my old PHP code from 5.4 to PHP 8.x.
Please advise which MySQL (minimum version) and Mariadb (minimum version) is compatible with PHP 8.x.
Thanks in advance.

Regards
Samir
 
PHP 8.x is compatible with MySQL 5.7 and higher, including MySQL 8.0, ensuring full support for the latest PHP features. For MariaDB, versions 10.2 and higher are recommended, with MariaDB 10.3 and higher offering optimal compatibility. Upgrading both PHP and your database to these versions will ensure smooth operation and access to the latest enhancements and security features.


Best Regard
Danish hafeez | QA Assistant
ICTInnovations
https://www.ictinnovations.com
https://www.ictinnovations.com
https://www.ictinnovations.com
 
Back
Top