On Fri, 2006-08-04 at 23:50 -0700, s2j1j1b0 wrote: > "The PayPal SDK requires curl with SSL support" > > How do I fix this? You do what it says, install and configure cURL with SSL support. cURL releases binaries for your OS at http://curl.haxx.se/ AFAIK they will have a precompiled binary with SSL support built in. All that is left after that is to enable curl as an extension in php.ini ;extension=curl.dll or something like that... You just need to uncomment that line and restart your webserver. HTH --Paul
All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/uwc2006/content/mail_disclaimer/index.htm
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php