[PHP-WIN] Payflow Pro used as a COM object

2006-11-29 Thread Vandegrift, Ken
Good Day, I have a situation with our ecommerce site where the the payment processing script will hang forever while waiting for the Payflow Pro gateway client to be initialized through COM. This does not happen everytime, but is happening frequently enough to cause frustration with our customer

RE: [PHP-WIN] Payflow Pro used as a COM object

2006-11-29 Thread Vandegrift, Ken
Thanks for your reply. Well, a new instance of the Payflow COM is created because it is a simple authorization transaction for an individual customer ordering from our site. I could develop an XML solution with VeriSign but my time is limited so I would like to use the existing solution if feasibl

RE: [PHP-WIN] Payflow Pro used as a COM object

2006-11-29 Thread Vincent DUPONT
Hello, I've had very bad experience with COM objects in PHP too. It was 2 years agi, and I though the 5.1 did solved some of the problems... Note that it is very difficult to know wher ethe problem is located : the PHP handler or the COM itself... Do you have any opportunity to use something ot

RE: [PHP-WIN] Payflow Pro used as a COM object

2006-11-29 Thread Vincent DUPONT
As you probably know, windows is often the problem source when asking about cleaning processes and free resources. So, 'Yes', I believe this is the key, from my own experience with COM and activeX (with and without PHP) can you get eh very last version of the COM? can you get a support from th