Hello,
when I want to load an .dll module (using dl() function or extension=*.dll in php.ini file), I always get this error:
Warning: Unable to load dynamic library 'c:\PHP\extensions*.dll' - The specified module could not be found. in... line number
The file exists in that directory, I tried to use / instead of \, I've set the "extension_dir" variable in php.ini file. I tried to set the extension_dir var to local path starting at wwwroot dir.
When I use php from command line, I have the file *.dll in the same dir I run php from (and set extension_dir = ""), it works.
Thank you for any advice
novis