ID: 30099 Updated by: [EMAIL PROTECTED] Reported By: fivelfivel at yahoo dot se -Status: Open +Status: Bogus Bug Type: MySQL related Operating System: Windows 2003 Server 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. MySQL is no longer enabled by default in the windows binary. You must manually add the extension=php_mysql.so entry to your php.ini. Previous Comments: ------------------------------------------------------------------------ [2004-09-16 00:26:23] fivelfivel at yahoo dot se Description: ------------ When calling mysql_connect(), running Windows 2003 Server + IIS6 + PHP5 + MYSQL5, the function is not found. Reproduce code: --------------- Calling : <? $connector = mysql_connect("localhost"); ?> Returns : Fatal error: Call to undefined function mysql_connect() Expected result: ---------------- $connector should become an mysql-connection instance and not return any errors. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30099&edit=1