Hi all,
for my crimes Ive been asked to install an Apache webserver on our IIS server. Both servers are working fine except the php_gd2.dll is not picked up by the apache server. IIS5 picks it up fine.
When I try to start the apache2 service without the ; in the line extension = php_gd2.dll I get the error message:
"Unable to load dynamic library 'c:\php\extensions\php_gd2.dll' - The specified procedure could not be found"
with the ; in php.ini php works fine on the apache server.
php_gd2.dll is in the c:\php\extensions dir (and in \winnt and \winnt\system32), the php.ini file has the extension_dir set to "c:\php\extensions" and as I said it works in IIS!
and to cap it all i have the php_domxml.dll enabled in php.ini and in the c:\php\extensions dir and this works fine on IIS and Apache!!
any ideas? its really driving me mad
thanks in advance
Jason