Forum Moderators: coopster

Message Too Old, No Replies

PHP 5 - cURL installation problem on windows

cURL is not installed properly :(

         

phparion

9:37 am on Sep 19, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Hi

i am trying to install PHP5 with cURL support on a windows system under IIS but it is not working...

I have followed the following steps,

1 - downloaded php5 installation file from php.net and installed it

2 - copied libeay32.dll, ssleay32.dll from the 'DLLs' folder to windows/system32?

3 - uncommented extension =php_curl.dll in php.ini

the php is working fine and my all php pages are working ok but only the pages using cURL are not working and when i see the page with phpinfo() it doesnt show the cURL enabled message.. .

can anyone help me please what am i doing wrong there?

thanks

coopster

4:08 pm on Sep 19, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Did you reboot the apache server?

phparion

5:02 am on Sep 20, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I am doing it under IIS and yes i have rebooted many times.. but no effect.. PHP is running fine but scripts usig cURL are not running and in phpinfo() i cant see cURL enabled message...

dreamcatcher

9:35 am on Sep 20, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Have you tried the CURL website?

[curl.haxx.se...]

dc

phparion

9:03 am on Sep 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



tried many articles, many methods, many sites, many forums, even now i can see smoke coming out of google :D ..

PHP works perfect.. cURL doesnt work.. i have 64 bit system with Win 2003 server trying to install php5 with cURL... php works fine but cURL is not working and not showing cURL enabled msg in phpinfo()...... pls gurus help me it is 52 hrs now i am stuck with it :((

dreamcatcher

1:10 pm on Sep 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I just did a quick search. Are you installing on Win XP? Have you this file on your system?

system32\msvcr70.dll

Also, are you using it on an SSL connection? If so check you have OpenSSL for Windows installed.

dc