To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
I'm running IIS 5.0 and PHP4 and I can't get any of my modules to load. I've copied all the dll's to C:\Winnt\system32\php\modules
and changed php.ini to read
extension_dir = "c:\Winnt\system32\php\modules"
extension=php_gd.dll
I keep getting:
PHP Fatal error: Unable to load dynamic library 'php_gd.dll'
The specified procedure could not be found. in Unknown on line 0
I've tried it on other dll's and it's the same.
I know the directory is right and the dll's are there why can't it be found?
PS I've tried to load the module using dl('php_gd.dll'); with a similar result.
Fatal error: Unable to load dynamic library 'c:\Winnt\system32\php\modules/gd_php.dll'
The specified module could not be found.
The '/' right before gd_php.dll is no typo for some reason it just throws that in there.
If anyone can please help, I've been on this all #$#@# day.
I had the same problem. It turns out I had forgotten to copy the files in the "dlls" folder to a location in PATH (c:\windows\system32, c:\windows\system, c:\winnt\system32, etc. are common ones)