Hey List- Hoping someone can point me in the right direction :)
OS: FreeBSD 4.4, patched OpenSSL: 0.9.7c Apache: 1.3.27 PHP: 4.3.4 PayFlow: 3.06 I've compiled PHP with various flags and the Payflow flag, --with-pfpro=shared,/usr/local and added the extension to the php.ini file. Running phpinfo() shows that the extension loads and when I do a pfpro_version() I get 306 spit back at me. The problem is this: No matter where I do a pfpro_init() it just spits me back to whatever site I'm coming from in Mozilla and IE just sits and spins it's wheels forever. I can't find any messages in any error log, anywhere (Apache or PHP) as to what it's doing or not doing. If I bypass pfpro_init and just call the process function (pfpro_process) and it's happy with it's input then it still "freezes" doing the init call internally. Running the test.sh script from the CLI works just fine as does passing arguments to the pfpro binary directly, but I would prefer to work from within the library and not do system calls. Any suggestions on where to look? or solutions? Did I just miss a step in installation? Thanks. Henrik -- Henrik Hudson [EMAIL PROTECTED] "`If there's anything more important than my ego around, I want it caught and shot now.'" --Hitchhikers Guide to the Galaxy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php