php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29340 php_ifx.dll is maybe not a PHP library
Submitted: 2004-07-22 21:01 UTC Modified: 2004-07-29 23:14 UTC
From: bdebes at bellarmine dot edu Assigned:
Status: Closed Package: Informix related
PHP Version: 5.0.0 OS: Windows XP
Private report: No CVE-ID: None
 [2004-07-22 21:01 UTC] bdebes at bellarmine dot edu
Description:
------------
PHP 5.0.0 working fine with no modules.  Change php.ini to load php_ifx.dll extension and get a popup dialog saying:

PHP Startup: Invalid library (maybe not a PHP library) 'php_ifx.dll'

Informix Client SDK 3.8 is installed and working.  Had Informix extension working fine under PHP 4.3.2 on same system.

Reproduce code:
---------------
n/a

Expected result:
----------------
n/a

Actual result:
--------------
n/a

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-29 16:04 UTC] tony2001@php.net
Check your system - it likely has old php_ifx.dll somewhere (c:\windows or c:\windows\system32, probably).
Delete it and make sure PHP uses the new one.
 [2004-07-29 16:36 UTC] bdebes at bellarmine dot edu
Deleted all instances of php_ifx.dll on the system, copied the file from the distribution .zip into the directory listed as extension_dir in my php.ini file.  Still receiving the same error.

Changed the file name to php_infx.dll and changed php.ini to load extension=php_infx.dll and received the same error message with my new filename in it.
 [2004-07-29 17:15 UTC] tony2001@php.net
Take a look at http://php.net/ifx page and make sure you have set all required environment variables.
 [2004-07-29 23:14 UTC] edink@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

You can use php_ifx.dll from the next snapshot build of php-5.0.1-dev.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 04:01:31 2024 UTC