php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2446 Fatal Error : Call to unsupported or undefined function ifx_connect() in d:\p
Submitted: 1999-10-05 14:20 UTC Modified: 1999-11-27 16:24 UTC
From: august at mail dot cosapidata dot com dot pe Assigned:
Status: Closed Package: Other
PHP Version: 3.0.9 OS: Windows NT
Private report: No CVE-ID: None
 [1999-10-05 14:20 UTC] august at mail dot cosapidata dot com dot pe
I'm developing an application using php3, it will run on Windows NT 4.0 with Apache Web Server and  i want use Informix as Database server, i know that ican use functions as ifx_connect(), ifx_query() , to connect to an informix database..but when i try to execute the following line of code :

$con = ifx_connect("HelpDesk","","");

where Helpdesk is a dsn to mi informix database

the following error appears:

Fatal Error  : Call to unsupported or undefined function ifx_connect() in d:\....(the path of my file .php3)

I think that may be necessary to get a module to compile and after connect to informix , is it true ? or what's happenning, thanks

I'm running it on windows nt 4.0

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-11-27 16:24 UTC] danny at cvs dot php dot net
You can either get the source distribution and
compile php_ifx.dll with MS Visuel C 5 or 6 and the
Informix client SDK or get the ready-made php3_ifx.dll from 
http://users.pandora.be/danny.heijl.

Don't forget to load the informix extension by uncommenting the appropriate 
line in your php3.ini.

Danny
---
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 14:01:29 2024 UTC