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

2001-04-25 Thread Henning Kilset Pedersen

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 the name of right now :)

Where did you edit it out? In the pfpro SDK files themselves, or in PHP's
header files?

Regards,
Henning


-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
and it compiled just fine.

Verisign was of ABSOLUTELY NO HELP in this matter.  They simply said we
don't
support PHP at all and left me to flounder.  So I edited the source and got
it
working after 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.

 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 be compatible, according to what I've
 hear) - or, ofcourse, even better - has anyone gotten the 3.0 SDK to work
 with PHP?

 I've also tried the newest CVS build of PHP, but it's still the same ol',
 same ol'...

 Regards,
 Henning Pedersen
 Funcom Oslo AS


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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

2001-04-25 Thread Robert Covell

I would not edit the files themselves as it causes server instabilities.
This is what I did and found that it did indeed work, for awhile, crashing
miserably.  Something like this is far from the production ready ecommerce
system that I would desire for my company.  We moved to the beta SDK until
PHP can be updated.

Ironically, I just got an update from PHP about a bug report I submitted a
couple of months ago on this subject.  The details follow:

Quote 1:
ID: 9530
Updated by: jdonagher
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Verisign Payflow Pro related
PHP Version: 4.0.4pl1
Assigned To: [EMAIL PROTECTED]
Comments:

Since I work on this extension for my company, work on
this will progress when Verisign converts our account from
v2 to v3. I've received notification of this; it will be
within the next couple weeks.

Quote 2:
ID: 9530
Updated by: jdonagher
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Assigned
Bug Type: Verisign Payflow Pro related
PHP Version: 4.0.4pl1
Assigned To: [EMAIL PROTECTED]
Comments:

As a sidenote, commenting out the pfpro_version function
will not solve the problem. There are other features that
the v3 SDK implements which this extension does not. The
extension does need some work.



Sincerely,

Robert T. Covell
President / Owner
Rolet Internet Services, LLC
Web: www.rolet.com
Email: [EMAIL PROTECTED]
Phone: 816.210.7145
Fax: 816.753.1952

-Original Message-
From: Henning Kilset Pedersen [mailto:[EMAIL PROTECTED]]
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 the name of right now :)

Where did you edit it out? In the pfpro SDK files themselves, or in PHP's
header files?

Regards,
Henning


-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
and it compiled just fine.

Verisign was of ABSOLUTELY NO HELP in this matter.  They simply said we
don't
support PHP at all and left me to flounder.  So I edited the source and got
it
working after 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.

 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 be compatible, according to what I've
 hear) - or, ofcourse, even better - has anyone gotten the 3.0 SDK to work
 with PHP?

 I've also tried the newest CVS build of PHP, but it's still the same ol',
 same ol'...

 Regards,
 Henning Pedersen
 Funcom Oslo AS


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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

2001-04-25 Thread Dan Harrington

Hello there,
I have gotten the 3.0 SDK to work, all I had to do was edit out the version
function
and it compiled just fine.

Verisign was of ABSOLUTELY NO HELP in this matter.  They simply said we don't
support PHP at all and left me to flounder.  So I edited the source and got it
working after 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.

 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 be compatible, according to what I've
 hear) - or, ofcourse, even better - has anyone gotten the 3.0 SDK to work
 with PHP?

 I've also tried the newest CVS build of PHP, but it's still the same ol',
 same ol'...

 Regards,
 Henning Pedersen
 Funcom Oslo AS


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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

2001-04-25 Thread Henning Kilset Pedersen

Well, I didn't comment out the function itself, just the PNVersion() calls
inside the function, meaning that it will just turn out empty if you use the
PHP function that shows you pfpro's version :)

(I hope)

Oh, and btw, Dan, it seems to work fine :)

Regards,
henning


-Original Message-
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 and found that it did indeed work, for awhile, crashing
miserably.  Something like this is far from the production ready ecommerce
system that I would desire for my company.  We moved to the beta SDK until
PHP can be updated.

Ironically, I just got an update from PHP about a bug report I submitted a
couple of months ago on this subject.  The details follow:

Quote 1:
ID: 9530
Updated by: jdonagher
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Verisign Payflow Pro related
PHP Version: 4.0.4pl1
Assigned To: [EMAIL PROTECTED]
Comments:

Since I work on this extension for my company, work on
this will progress when Verisign converts our account from
v2 to v3. I've received notification of this; it will be
within the next couple weeks.

Quote 2:
ID: 9530
Updated by: jdonagher
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Assigned
Bug Type: Verisign Payflow Pro related
PHP Version: 4.0.4pl1
Assigned To: [EMAIL PROTECTED]
Comments:

As a sidenote, commenting out the pfpro_version function
will not solve the problem. There are other features that
the v3 SDK implements which this extension does not. The
extension does need some work.



Sincerely,

Robert T. Covell
President / Owner
Rolet Internet Services, LLC
Web: www.rolet.com
Email: [EMAIL PROTECTED]
Phone: 816.210.7145
Fax: 816.753.1952

-Original Message-
From: Henning Kilset Pedersen [mailto:[EMAIL PROTECTED]]
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 the name of right now :)

Where did you edit it out? In the pfpro SDK files themselves, or in PHP's
header files?

Regards,
Henning


-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
and it compiled just fine.

Verisign was of ABSOLUTELY NO HELP in this matter.  They simply said we
don't
support PHP at all and left me to flounder.  So I edited the source and got
it
working after 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.

 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 be compatible, according to what I've
 hear) - or, ofcourse, even better - has anyone gotten the 3.0 SDK to work
 with PHP?

 I've also tried the newest CVS build of PHP, but it's still the same ol',
 same ol'...

 Regards,
 Henning Pedersen
 Funcom Oslo AS


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]