When i'm trying to send query from PHP 5.4.6 TS,VC9 to MySQL 5.5 (NTS,VC9) I get the message:
Fatal error: Call to undefined function mysql_connect()
after restarting Apache 2.2 on (Windows xp) it says:
PHP Startup: mysql: Unable to initialize module
Module compiled with build ID=API20100525,NTS,VC9
PHP compiled with build ID=API20100525,TS,VC9
These options needs to match
How can I solve this issue?