Comment 3 for bug 1480372

Revision history for this message
Jorge Hernandez (jfha73) wrote :

The thing is that newer versions of PHP don't support the mysql extension, it has been deprecated and PHP7 will not even have it anymore, PHP now uses the mysqli extension for MySQL databases which uses the built-in mysqlnd extension.

So, is mysqli a requirement for PHP to use MySQL databases, the answer is "YES".

Thank you Ramindu.