I am having trouble trying to get PHP to work with the GD library on two different dev platforms.
One is Win 2K, IIS 5, PHP 4.06
The other is Win 2K, Apache 1.3.2, PHP 4.06
PHP runs fine, until I try to enable GD.
in PHP.ini I have:
extension_dir = "c:/php/extensions/"
which is where the php dlls reside.
I have the following extensions uncommented in php.ini:
php_gd.dll
php_zlib.dll
When I restart the webserver I get the following 2 system error dialogs:
error 1:
Unable to load dynamic library './php_gd.dll' - The specified procedure could not be found.
error 2:
zlib: Unable to initialize module
Module compiled with debug=0, thread-safety=1 module API=20001214
PHP compiled with debug=0, thread-safety=1 module API=20001222
These options need to match
This is the latest PHP distribution from PHP.net
Can anyone solve this one for me?
Cheers
Neil