ID: 29564 Updated by: [EMAIL PROTECTED] Reported By: justlinux at walla dot com -Status: Open +Status: Bogus Bug Type: MySQL related Operating System: Windows XP Proffesional PHP Version: 5.0.0 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. . Previous Comments: ------------------------------------------------------------------------ [2004-08-07 21:00:35] justlinux at walla dot com Description: ------------ My configuration: IIS 5.1 PHP 5.0.0 MySQL 4.0 Microsoft Windows XP Proffesional phpMyAdmin 2.5.7-pl1 What i did: I'd uncomment the line for the MySQL extension. Because that didn't work, I'd copy 'libmySQL.dll' (from my MySQL installation) to my PHP installation folder and changed the name in 'php.ini'. When that didn't work, I'd change everything back to the defaults. It did ocur when I'd try to load phpMyAdmin. I'm sorry i can't give you the address of the server, because it's a testing box and it's not connected to the Internet. Reproduce code: --------------- --- default: --- ;extension=php_mysql.dll --- 1st change: --- extension=php_mysql.dll --- 2nd change: --- extension=libmySQL.dll --- 3nd change: --- ;extension=php_mysql.dll Expected result: ---------------- The default phpMyAdmin screen Actual result: -------------- A MsgBox that says that the MySQL extension can't be found, and then a screen that tells me that there is no MySQL extension available. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29564&edit=1