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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: august at mail dot cosapidata dot com dot pe
New email:
PHP Version: OS:

 

 [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 06:01:30 2024 UTC