Hey Guys,
I am trying to install extensions on my PHP. I am running Windows 2000 with IIS. PHP verison 4.3.4.
My PHP works fine, but when i try to uncomment the php_curl.dll extension, the PHP hangs. Does not let me run any PHP scripts.
I have the done the following in my php.ini file:
extension_dir = "c:\php\extensions\"
extension=php_curl.dll
Also, I have put all the extensions DLL files in the c:\php\extensions\
And have put all the other DLL files directly into the C:\WINNT\System32\
I have tried your above suggested fix, but with no luck.
Why is my PHP hanging when I enable php_curl.dll?
How do I resolve it?
Thank you all for your help.
Regards
Wobble