I've just spent some time battling the "fatal error call to undefined function mysql_connect()" message, and as it wasn't clear to me, I thought it may help to say:
php_mysqli does not replace the php_mysql library. It only extends it. You need the php_mysql library !
Pré-requis
Pour faire fonctionner ces fonctions, vous devez compiler PHP avec le support de l'extension MySQLi.
Note:
L'extension MySQLi est conçue pour fonctionner avec la version 4.1.13 ou plus récent, et 5.0.7 et plus récent, de MySQL. Pour les versions plus anciennes, voyez la documentation de l'extension MySQL.
integraljohn at gmail dot com
08-Mar-2012 04:36
dennylin93 at cnmc32 dot hs dot ntnu dot edu dot tw
13-Oct-2009 04:16
The required extensions will be pulled in automatically on FreeBSD, unless you manually remove them after installation.
tommyhp2
20-Jan-2009 03:03
If you're building this on FreeBSD, make sure that you have SPL and SimpleXML in the extensions.ini.
