PayPal's PHP SDK on Windows

s2j1j1b0

83.***.***.***
1,160 days ago

PayPal's PHP SDK on Windows

Hello,

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?

Thanks,

Tom

phpwizard01

83.***.***.***
1,160 days ago
Tom,

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.

Thanks,

-Jim-