php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3431 Interbase module not working
Submitted: 2000-02-08 17:34 UTC Modified: 2000-04-17 23:57 UTC
From: h dot kool at chello dot nl Assigned:
Status: Closed Package: Other
PHP Version: 4.0 Beta 3 OS: SuSe Linux 6.1
Private report: No CVE-ID: None
 [2000-02-08 17:34 UTC] h dot kool at chello dot nl
It seems impossible for me to get PHP/Interbase to work. 

First, when installing PHP, I receive an error regarding a missing
 file (php3_string.h) in ext/interbase/interbase.c

I commented out the #include "php3_string.h" and compiling went 
on fine. However, after I run a PHP testscript, I can not connect to 
an interbase database Warning: (Unable to connect to InterBase server: XXX)

Also, the function ibase_fetch_object () is not implemented (function does not exist).

Finally, the documentation is not available.

Can anyone tell when to expect a situation where it is possible to use 
Inprise's Interbase from PHP script. In my oponion this free database 
environment could make a perfect match with PHP!

Hans Kool

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-04-17 23:57 UTC] jah at cvs dot php dot net
Fixed in cvs.

Note that PHP4's InterBase module is still in alpha phase. It may not work for
you if you are trying to do anything advanced. And, if you are using InterBase 6,
your databases must be in dialect 1.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 16:01:35 2024 UTC