frosty7700
Programmer
I am running PHP and Apache on a Windows 2000 system, and while I have the bare minimum up and running (I can do phpinfo() and all that), I am having problems with the extensions. I have the path in php.ini set to "c:\php\extensions\" but I get popup errors like
"Unable to load dynamic library ‘c:\php\extensions\php_curl.dll’ – The specified module could not be found."
I have verified that the DLLs are indeed at that location. Do I need to run regsvr32 on them, or what? Is the extension_dir setting even relevant when in Windows?
"Unable to load dynamic library ‘c:\php\extensions\php_curl.dll’ – The specified module could not be found."
I have verified that the DLLs are indeed at that location. Do I need to run regsvr32 on them, or what? Is the extension_dir setting even relevant when in Windows?