I am running windows xp and i'm trying to install php: curl on iis and i'm having trouble. I have already done the following:
extension_dir = "c:\php\extensions\"
include_path=".;c:\php"
extension=php_curl.dll
When i test it it gives me this error:
1PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\extensions\php_curl.dll' - The specified module could not be found. in Unknown on line 0
Any Ideas?
- bandrew