ID: 48901 User updated by: yuji1 at mail dot com Reported By: yuji1 at mail dot com Status: Bogus Bug Type: MySQLi related Operating System: W32 PHP Version: 5.3.0 New Comment:
mysqlnd? Where can I obtain a libmysql*.dll anyway. ? Previous Comments: ------------------------------------------------------------------------ [2009-07-13 09:53:37] [email protected] The new mysqlnd driver is used instead. You have to load the mysqli extension in your php.ini. ------------------------------------------------------------------------ [2009-07-13 07:37:25] yuji1 at mail dot com Description: ------------ PHP 5.3.* distros do not contain libmysql*.dlls. Reproduce code: --------------- (PHP.ini set to include extension php_mysqli.dll) (Crappy Example) <?php $clsMySQLi = new mysqli("host", "user", "pass"); $clsMySQLi->close; ?> Expected result: ---------------- Success. Actual result: -------------- Fatal error: Class 'mysqli' not found. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48901&edit=1
