Page 1 of 1

Using cURL and PHP

Posted: Tue Feb 28, 2006 3:56 am
by Vulcan999
I need to incorporate code using cURL that supports SSL, running on an XP machine. I understand that I need to compile PHP with these functions.

I have only used the pre-compiled versions of PHP, Apache and MySQL before. Can anyone tell me - where would I start? I am using php-5.0.4.

Or does anyone have a version that I could download?

Thanks

Miles

Posted: Tue Feb 28, 2006 9:32 am
by feyd
on Windows, you don't have to compile a thing to add cURL. Add/uncomment "extension=php_curl.dll" in your php.ini

PHP and cURL Problems

Posted: Tue Feb 28, 2006 2:13 pm
by Vulcan999
Thanks very much - it did the trick. :lol: