Using cURL and PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Vulcan999
Forum Newbie
Posts: 2
Joined: Tue Feb 28, 2006 3:22 am
Location: Scunthorpe, England

Using cURL and PHP

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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
Vulcan999
Forum Newbie
Posts: 2
Joined: Tue Feb 28, 2006 3:22 am
Location: Scunthorpe, England

PHP and cURL Problems

Post by Vulcan999 »

Thanks very much - it did the trick. :lol:
Post Reply