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
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
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