s2j1j1b0 Posted May 23, 2007 Share Posted May 23, 2007 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 Link to comment https://forums.phpfreaks.com/topic/52628-paypals-php-sdk-on-windows/ Share on other sites More sharing options...
MasterACE14 Posted May 23, 2007 Share Posted May 23, 2007 no idea lol, I hear their is also something called IPN, which builds a bridge between paypal and PHP. google it, and see if it helps. Regards ACE Link to comment https://forums.phpfreaks.com/topic/52628-paypals-php-sdk-on-windows/#findComment-259675 Share on other sites More sharing options...
phpwizard01 Posted May 23, 2007 Share Posted May 23, 2007 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- Link to comment https://forums.phpfreaks.com/topic/52628-paypals-php-sdk-on-windows/#findComment-259682 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.