Note
php -m
on the command line, or by using the php_info()
function in a PHP script.
Note
Category | Package | Minimum Version | Recommended | Comments |
---|---|---|---|---|
RDBMS | MySQL | 5.5.35 | 5.6 or later | PHP extension: mysqli with MySQL Native driver (mysqlnd) |
MariaDB | 5.5.35 | 10.4 or later | PHP extension: mysqli | |
PostgreSQL | 9.2 | 11.20 or later | PHP extension: pgsql | |
MS SQL Server | 2012 | 2019 or later | PHP extension: sqlsrv | |
Oracle | 11gR2 | 19c or later | PHP extension: oci8 | |
PHP | PHP | 7.4 | 8.0 or later | See above for PHP extensions |
Web Server | Apache | 2.4.13 | latest 2.4.x release | |
lighttpd | 1.4.x | 1.4.x | ||
nginx | 1.10.x | 1.16.x or later | ||
IIS | 7.5 | 10 | Windows Server 2016 or later |
Warning