I have a web script that i need to get running on a win 2k3 iis server, i have installed php 4.3.9 and that runs fine, but the script needs domxml to be working, i have put the iconv.dll in the system32 dir and when i run a phpinfo, it shows that it is running, i have
extension_dir=c:\php\extensions
and have uncommented the
extension=php_domxml.dll
line. When i restart iis and refresh the phpinfo page i get an error stating:
Warning
Unknown(): Unable to load dynamic library 'C\php\extensions\php_domxml.dll' - The Specified module could not be found
I have made sure that i have the correct dll and that it is in the correct path, i can load other module eg php_dbase.dll and the php_xmlrpc.dll but not the domxml one. I know the domxml is experimental however i did not write the script i am just the poor sod who has to get it running in a win32 environment