ID: 48901 Updated by: [email protected] Reported By: yuji1 at mail dot com Status: Bogus Bug Type: MySQLi related Operating System: W32 PHP Version: 5.3.0 New Comment:
... Verify that you: a) modify the correct php.ini b) have restarted apache/other after having changed the php.ini c) simply try: php -m -d extension_dir=ext -d extension=php_mysqli.dll to see how it works. now please see http://www.php.net/mailing-lists.php to subscribe to the php-install mailing list (or php-general). Previous Comments: ------------------------------------------------------------------------ [2009-07-13 10:38:38] yuji1 at mail dot com Channels? IRC? Server and port please? I already have extension=php_mysqli.dll in my ini. Path and file are fine too. ------------------------------------------------------------------------ [2009-07-13 10:32:15] [email protected] libmysql.dll is not used anymore. You don't need it at all. myslqnd is built in php directly, you only have to add: extension=php_mysqli.dll to your php.ini Please ask further support question to the support channels (mailing lists, etc.). ------------------------------------------------------------------------ [2009-07-13 10:14:20] yuji1 at mail dot com Besides, I have the mysqli extension set to load in the ini. I replaced all files except ini on 5.2.* to 5.3 upgrade. ------------------------------------------------------------------------ [2009-07-13 10:12:21] yuji1 at mail dot com mysqlnd? Where can I obtain a libmysql*.dll anyway. ? ------------------------------------------------------------------------ [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. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/48901 -- Edit this bug report at http://bugs.php.net/?id=48901&edit=1
