RE: [PHP-WIN] Unable to load dynamic library php_ifx %1

2010-02-23 Thread Venkat Raman Don
Just for everyone's information, the problem was that the PHP Informix driver (php_ifx.dll) was dependent on Informix Client SDK (one particular dll named isqlt09a.dll) which was a 64 bit DLL as 64 bit client SDK for Informix was installed on the machine and that was getting picked up resulting

Re: [PHP-WIN] Unable to load dynamic library php_ifx %1

2010-02-23 Thread Pierre Joye
hi, PHP 4 is not maintained anymore. Please consider to migrate to php 5.2 or 5.3 as soon as possible. Which DB do you want to use? Informix or sqlserver? Cheers, -- Pierre On Tue, Feb 23, 2010 at 6:49 PM, Chris wrote: > Hello, and thanks for your assistance in advance.  I am using PHP 4.4.9 o