Jump to content

[SOLVED] Curl Help


wellmoon

Recommended Posts

Hi all,

 

I am using PHP 5 and apache 2.2 and both are installed and set up correctly.  phpinfo() works as do other minor bits of code that I've written (mainly for AJAX stuff so opening files and passing back the contents or database stuff)

 

I installed PHP with the windows installer. 

 

Now I want to use curl but I can't seem to get it to work.  php.ini does not even have the commented out ;extension=php_curl.dll for me to uncomment but I have tried adding it, but this hasn't helped.  php_curl.dll is in my PHP/ext folder and I've put the two other dlls mentioned on the curl site in my windows/system32 folder as well but still nothing.

 

Do I need to compile PHP with curl support built in (I hope not)

 

Please can someone assist, it's like all of the install guides on the net were written for PHP 4 or something...

 

Cheers

 

 

Link to comment
https://forums.phpfreaks.com/topic/79454-solved-curl-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.