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?

Recommended Answers

All 2 Replies

You have to edit your php.ini file and make sure the following two lines are
uncommented:
extension=php_curl.dll
extension=php_openssl.dll
Then, restart your Apache server and everything should work fine after that.
-=-=-=-=-=-=-=-=-
Attention Developers! Make up to $1000 per referral with PayPal's Merchant Referral Bonus
Want to accept credit cards online? Visit PayPal Merchant Services for online payment processing made easy.
Now offering Payflow payment gateway solution - online credit card processing with fraud protection, recurring billing, and other payment services to work with your shopping cart and internet merchant account.
Developer Resources: PayPal Integration Center, PayPal Developer Network, PayPal Developer Blog

phpwizard01,

Are you affiliated with Paypal? I noticed the links in the bottom of your post.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.