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.