YetAnotherForum
Welcome Guest Search | Active Topics | Log In | Register

Paypal_PHP_Windows_SDK PHP, IIS Options
mike4temp
#1 Posted : Saturday, August 27, 2005 9:27:34 PM
Rank: Starting Member

Groups: Registered

Joined: 8/27/2005
Posts: 1
Location: ,
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
Sponsor  
 
PayPal_Cory
#2 Posted : Monday, August 29, 2005 3:15:35 PM
Rank: Starting Member

Groups: Registered

Joined: 7/29/2003
Posts: 351
Location: ,
<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.com

PayPal_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 ::
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFVision Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.193 seconds.