I have:
Windows XP Pro SP1
Apache 2.0.54
PHP 5.0.4
MySQL 4.1.13a-nt.
I've changed the php.ini to make it work whith mySQL by adding the line:
extension_dir = "C:\php\ext"
and I've removed the ";" to make loaded the extension
extension=php_mysql.dll
My problem is, when I restart the Apache service, I got the following message:
PHP startup:mySQL: unable to initialize module
Module compiled whith module API=20040412, debug=0, thread-safety=1
PHP compiled whith module API=20041030, debug=0, thread-safety=1
These options need to match
How can I make them to match.
Thanks for help.
Regards.