Hi!
I use php4 on windows 2000, and I want to load an extension.
I get the the error:
PHP Warning: Unknown(): Unable to load dynamic library 'C:\php4\extensions\php_domxml.dll' - The specified module could not be found. in Unknown on line 0
I know that the .dll file exists at that location.
I my php.ifi file I've set the extension dir to:
; Directory in which the loadable extensions (modules) reside.
extension_dir = "C:\php4\extensions"
Can anyone tell me why this happnes/what to do?
Any help is appreciated!
Best regards,
Tom-Erik