<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">
Originally posted by mike4temp[br]Hello,
I'm trying to develope the Direct Payment thru paypal, using the PHP SDK.
I'm trying to install the Paypal_PHP_Windows_SDK on WindowsXP IIS 5
But I couldn't figure how
when I use the command
pear install package.xml
I get these errors
'curl' PHP extension is not installed
'openssl' PHP extension is not installed
requires package 'HTTP_Request'
requires package 'Log'
Services_Paypal: Dependencies failed
Any idea how to make things work
Sincerely
<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">
You need to open your php.ini file and uncomment the lines specific to openssl and curl (which should be something like php_openssl.dll and php_curl.dll). Make sure the path is set correctly to your extension directory. Save the file and copy it to c:\Windows.
Once this is done, go back to the command line and enter:
pear install HTTP_Request
........
pear install Log
.........
This will install the Pear dependencies. If you continue to encounter problems, I use Wamp for a local testing server (Apache, PHP, MySQL, SQLite, etc).
http://www.wampserver.comPayPal_Cory
Developer Technical Support
PayPal, an eBay Company
http://paypal.com/pdn
:: Any code samples provided are given expressly for demonstration purposes. ::
:: Use at your own risk ::