Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   PHP (http://www.programmingforums.org/forum29.html)
-   -   PayPal's PHP SDK on Windows (http://www.programmingforums.org/showthread.php?t=13230)

s2j1j1b0 May 29th, 2007 1:38 PM

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 May 30th, 2007 10:21 AM

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-

DaWei May 30th, 2007 11:04 AM

Wizard?, please read the forum's rules/FAQ and adjust your post accordingly.


All times are GMT -5. The time now is 5:55 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC