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
Chris [ Di, 23 Februar 2010 18:49 ] [ ID #2033181 ]

Re: Unable to load dynamic library php_ifx %1

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 [at] bellatlantic.net> wrote:
> Hello, and thanks for your assistance in advance. =A0I 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. =A0=
Any
> Suggestions?
>
> Thanks,
> Chris
>
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



--
Pierre

[at] pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Pierre Joye [ Di, 23 Februar 2010 19:25 ] [ ID #2033182 ]

RE: Unable to load dynamic library php_ifx %1

Just for everyone's information, the problem was that the PHP Informix driv=
er (php_ifx.dll) was dependent on Informix Client SDK (one particular dll n=
amed 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 t=
he error below. Installing the correct 32 bit Informix client SDK solved th=
is particular error message.

Thanks,
Don.

-----Original Message-----
From: Chris [mailto:cjaveni [at] bellatlantic.net]
Sent: Tuesday, February 23, 2010 9:49 AM
To: php-windows [at] 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



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Venkat Raman Don [ Mi, 24 Februar 2010 04:02 ] [ ID #2033281 ]
PHP » gmane.comp.php.windows » Unable to load dynamic library php_ifx %1

Vorheriges Thema: What about php 5.3 and printers or PHP_PRINTER.DLL ?
Nächstes Thema: PHP 5.12 and PDO OCI on Windows Server 2003 with IIS