|
RE: PayPal's PHP SDK on Windows
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.
<<snip>>
Last edited by Christian; 06-07-07 at 04:04 PM.
Reason: .
|