[PHP] Payflow Pro

2007-03-16 Thread Brian Dunning
Hey is anyone using the pfpro extension, or is their XMLPay the newer and groovier option? Any opinions appreciated. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Payflow Pro compile error

2005-09-11 Thread Dan Harrington
Greetings, It seems that I've gone around and around on this issue starting with PHP3 every time I install a new server. And here I am again. OS: Linux 2.4.21-27.ELsmp #1 SMP Wed Dec 1 21:59:02 EST 2004 i686 i686 i386 GNU/Linux php-5.0.4 library with pfpro listed in /etc/ld.so.conf and I

Re: [PHP] Payflow Pro compile error

2005-09-11 Thread Vizion
On Sunday 11 September 2005 16:46, the author Dan Harrington contributed to the dialogue on- [PHP] Payflow Pro compile error: Greetings, It seems that I've gone around and around on this issue starting with PHP3 every time I install a new server. And here I am again. OS: Linux 2.4.21-27

[PHP] payflow pro with php

2003-08-03 Thread Richard Baskett
Ok I am having some serious problems with payflow pro.. Has anybody else had the problem that when you execute the test.sh script it works fine, but when you do the exact same thing in php it gives you a failed to connect response message? If so what in the world did you do to get it to work?

[PHP] PayFlow Pro on OS X

2003-01-01 Thread Sam
Following the instructions on www.php.net/manual/en/ref.pfpro.php: Copy the header file pfpro.h to /usr/local/include and the library file libpfpro.so to /usr/local/lib. AND These functions are only available if PHP has been compiled with the --with-pfpro[=DIR] option. So I: # ./configure

[PHP] Payflow Pro

2002-11-10 Thread James Taylor
Has anyone used the PHP functions to integrate with Payflow Pro? Before I fork out the cash to sign up for an account with them, I'd like to know how solid the SDK and integration is. Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] payflow pro advice

2001-11-30 Thread Jason
Hi, I'm trying to get payflow pro working on my server (unfortunately a client took it upon themselves to get their gateway). I am on a freebsd box and I am having all sorts of problems getting this working. Either as an extension (pfpro.so) or just exec() externally. I've read that Verisign

[PHP] payflow pro hosed

2001-08-27 Thread Dan Harrington
Hello, I am having a problem with an ISP that has installed the payflow pro (top of phpinfo shown) and yet it keeps showing up as an unknown function. PHP Fatal error: Call to undefined function: pfpro_init() in /. PHP Fatal error: Call to undefined function: pfpro_process() in /. I

[PHP] PayFlow Pro Problems

2001-08-03 Thread Graham Wooden
RedHat 6.2 / Apache 1.3.14 w/ matching modssl and openssl 0.9.6b Latest SDK (3.0?) for Linux. Hello all! Problem is this: PHP compiles just fine with --with-pfpro=shared,/home/verisign/payflowpro/linux ... but I keep getting Fatal error: Call to undefined function: pfpro_init() when trying

[PHP] Payflow Pro extension in php 4.0.4pl1

2001-04-25 Thread Henning Kilset Pedersen
Hiya all. I'm trying to use the Pay flow pro (--with-pfpro) extension on PHP4.0.4pl1 on Redhat 6.2 glibc2.1. There seems to be a problem with the pfpro 3.0 SDK not being compatible with PHP's header and .c files for pfpro. Are anyone aware of somewhere I can get the 2.11 pfpro SDK (which should

RE: [PHP] Payflow Pro extension in php 4.0.4pl1

2001-04-25 Thread Henning Kilset Pedersen
-Original Message- From: Dan Harrington [mailto:[EMAIL PROTECTED]] Sent: 25. april 2001 21:47 To: Henning Kilset Pedersen; [EMAIL PROTECTED] Subject: RE: [PHP] Payflow Pro extension in php 4.0.4pl1 Hello there, I have gotten the 3.0 SDK to work, all I had to do was edit out the version function

RE: [PHP] Payflow Pro extension in php 4.0.4pl1

2001-04-25 Thread Robert Covell
]] Sent: Wednesday, April 25, 2001 2:52 PM To: 'Dan Harrington'; [EMAIL PROTECTED] Subject: RE: [PHP] Payflow Pro extension in php 4.0.4pl1 Wow, that was quick, Dan :) Yeah, I'm having apache compile-time problems that stops on PNVersion() when reading some PHP include/c file I can't remember

RE: [PHP] Payflow Pro extension in php 4.0.4pl1

2001-04-25 Thread Dan Harrington
a few days of beating my head on it. What types of problems are you having? Dan -Original Message- From: Henning Kilset Pedersen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 1:20 PM To: [EMAIL PROTECTED] Subject: [PHP] Payflow Pro extension in php 4.0.4pl1 Hiya all

RE: [PHP] Payflow Pro extension in php 4.0.4pl1

2001-04-25 Thread Henning Kilset Pedersen
- From: Robert Covell [mailto:[EMAIL PROTECTED]] Sent: 25. april 2001 21:56 To: Henning Kilset Pedersen; 'Dan Harrington'; [EMAIL PROTECTED] Subject: RE: [PHP] Payflow Pro extension in php 4.0.4pl1 I would not edit the files themselves as it causes server instabilities. This is what I did

[PHP] Payflow Pro

2001-03-13 Thread Dan Harrington
Hello, I am using Payflow Pro as a payment processor on RedHat Linux and I need to be able to specify the cert directory so that we can process transactions. I can make things work with a shell script: --- #!/bin/sh PFPRO_CERT_PATH=/usr/local/ssl/certs;export PFPRO_CERT_PATH ./pfpro

Re: [PHP] Payflow Pro

2001-03-13 Thread John Donagher
Hi Dan- I'm one of the two guys who wrote the extension. This would seem to be a different SDK than the one we use. Can you point me to (or send me) the one you downloaded? I'm unfamiliar with the VENDOR and PARTNER attributes, and I'm not sure I understand the point behind using your own

RE: [PHP] Payflow Pro

2001-03-13 Thread Robert Covell
-Original Message- From: John Donagher [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 9:31 AM To: Dan Harrington Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Payflow Pro Hi Dan- I'm one of the two guys who wrote the extension. This would seem to be a different SDK than the one we

RE: [PHP] Payflow Pro

2001-03-13 Thread Robert Covell
PROTECTED] Subject: Re: [PHP] Payflow Pro Hi Dan- I'm one of the two guys who wrote the extension. This would seem to be a different SDK than the one we use. Can you point me to (or send me) the one you downloaded? I'm unfamiliar with the VENDOR and PARTNER attributes, and I'm not sure I understand

RE: [PHP] Payflow Pro

2001-03-13 Thread Dan Harrington
Covell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 12:26 PM To: John Donagher; Dan Harrington Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Payflow Pro I believe that he is using the V3 SDK that Verisign just released. I just went through this same thing. The support in PHP 4.0.2

RE: [PHP] Payflow Pro

2001-03-13 Thread Robert Covell
- From: Robert Covell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 12:26 PM To: John Donagher; Dan Harrington Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Payflow Pro I believe that he is using the V3 SDK that Verisign just released. I just went through this same thing. The support

RE: [PHP] Payflow Pro

2001-03-13 Thread John Donagher
. Functionally, it seems to work, its just that it can't find that file. -Original Message- From: Robert Covell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 12:26 PM To: John Donagher; Dan Harrington Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Payflow Pro I believe

RE: [PHP] Payflow Pro

2001-03-13 Thread Robert Covell
To: Dan Harrington Cc: Robert Covell; [EMAIL PROTECTED] Subject: RE: [PHP] Payflow Pro This is something the extension will probably have to implement. I'm going to have to talk to Verisign; there seems to be a difference between a Signio account and a Verisign account, because there are two different

[PHP] Payflow Pro

2001-03-13 Thread Dan Harrington
Is anyone on this list using the PayFlow Pro extensions for PHP? If so, I would like to know what version of the SDK you are using, and if you have knowledge of anyone at Verisign who deals with PHP. So far, I have only found out that they don't support PHP. Thanks Dan Harrington -- PHP

Re: [PHP] Payflow Pro

2001-03-13 Thread Rick St Jean
apparently opayc has Payflow as one of the processors. Both the cheque and the card service. If it changes then you get a new driver. Comes with source code I am sure. Rick At 03:40 PM 3/13/01 -0700, Dan Harrington wrote: Is anyone on this list using the PayFlow Pro extensions for PHP? If

RE: [PHP] Payflow Pro

2001-03-13 Thread Robert Covell
Email: [EMAIL PROTECTED] Phone: 816.210.7145 Fax: 816.753.1952 -Original Message- From: Dan Harrington [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 4:41 PM To: [EMAIL PROTECTED] Subject: [PHP] Payflow Pro Is anyone on this list using the PayFlow Pro extensions for PHP? If so, I

[PHP] Payflow Pro

2001-02-26 Thread Dan Harrington
Hello, I am attempting to install php4.04 and apache1.3.14 php configure commands: ./configure --with-apache=../apachessl-1.3.14 \ --with-jpeg-dir=/usr/local/lib --with-pgsql --with-gd \ --with-ttf=/usr/local/lib --with-t1lib=/usr/local/lib \ --enable-gd-imgstrttf --with-pfpro=/usr/local/lib