PayPal's PHP SDK on Windows

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
s2j1j1b0
Forum Newbie
Posts: 1
Joined: Sat Jul 29, 2006 3:42 pm

PayPal's PHP SDK on Windows

Post by s2j1j1b0 »

I'm trying to get PayPal's PHP SDK
running on Windows. After running install.php, I get the following error:

"The PayPal SDK requires curl with SSL support"

How do I fix this?
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

Well, first of all, make sure cURL is installed ( http://us2.php.net/manual/en/ref.curl.php )
Post Reply