I'm having a problem with my installation of PHP 5.1.1 on my Windows 2003 Server box using IIS 6. I installed PHP via the manual installation method and followed the install instructions verbatim from www.php.net. As long as I'm not enabling any extensions within php.ini, then everything works great. But as soon as I uncomment one of the extensions, I get the following error:
Warning: Unknown(): (null): Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=1
PHP compiled with module API=20020429, debug=0, thread-safety=1
These options need to match
I get one of these errors for each extension that I enable. I have the extension_dir variable set correctly, and I have the directory where php is installed in the PATH variable, so I'm not quite sure why this keeps happening.
The PHP installation I downloaded was the newest one right off of www.php.net, so I'm wondering why this error message would pop-up.
Any help would be most appreciated.
Thanks.