From: "Chris" on
Hello, and thanks for your assistance in advance. I am using PHP 4.4.9 on
Windows 2008 64 bit with informix and am reciving the following error:

PHP Warning: Unknown(): Unable to load dynamic library
'D:\php\extensions\php_ifx.dll' - %1 is not a valid Win32 application in
unknown on line 0.

On another server, I have the same setup but using the Sqlserver dll. Any
Suggestions?

Thanks,
Chris



From: Pierre Joye on
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 <cjaveni(a)bellatlantic.net> wrote:
> Hello, and thanks for your assistance in advance.  I am using PHP 4.4.9 on
> Windows 2008 64 bit with informix and am reciving the following error:
>
> PHP Warning: Unknown(): Unable to load dynamic library
> 'D:\php\extensions\php_ifx.dll' - %1 is not a valid Win32 application in
> unknown on line 0.
>
> On another server, I have the same setup but using the Sqlserver dll.  Any
> Suggestions?
>
> Thanks,
> Chris
>
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



--
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
From: Venkat Raman Don on
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 in the error below. Installing the correct 32 bit Informix client SDK solved this particular error message.

Thanks,
Don.

-----Original Message-----
From: Chris [mailto:cjaveni(a)bellatlantic.net]
Sent: Tuesday, February 23, 2010 9:49 AM
To: php-windows(a)lists.php.net
Subject: [PHP-WIN] Unable to load dynamic library php_ifx %1

Hello, and thanks for your assistance in advance. I am using PHP 4.4.9 on
Windows 2008 64 bit with informix and am reciving the following error:

PHP Warning: Unknown(): Unable to load dynamic library
'D:\php\extensions\php_ifx.dll' - %1 is not a valid Win32 application in
unknown on line 0.

On another server, I have the same setup but using the Sqlserver dll. Any
Suggestions?

Thanks,
Chris




--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php