[PHP-WIN] pfpro com integration not working

2005-06-15 Thread Jonathan Kart
Hi all, I'm trying to interface with verisign's payflow pro on windows using the COM method. This code was originally taken from an example listed with the manual as a workaound for the fact that the php pfpro functions are not supported on windows. It worked for some time until the server was

[PHP-WIN] unable to load php-gd2.dll

2005-06-15 Thread Corey Tisdale
While just dropping all of your dlls to the system32 directory will probably work, it makes it hard to manage upgrades and moving stuff. So, if moving the dll to system32 fixed your problem, I am confident that moving the file back to the extensions directory and adding c:\php\extensions to yo

[PHP-WIN] Re: unable to load php-gd2.dll

2005-06-15 Thread Nadim Attari
Try extension_dir = "./extensions" Nadim Attari Alienworkers.com > extension_dir = "C:\PHP\extensions" -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php