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
Vulcan999
Forum Newbie
Posts: 2 Joined: Tue Feb 28, 2006 3:22 am
Location: Scunthorpe, England
Post
by Vulcan999 » Tue Feb 28, 2006 3:56 am
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
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Tue Feb 28, 2006 9:32 am
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
Post
by Vulcan999 » Tue Feb 28, 2006 2:13 pm
Thanks very much - it did the trick.