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 Quote 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 Quote 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- Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.