php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4062 Interbase functions don't work with IB 6.0
Submitted: 2000-04-06 14:05 UTC Modified: 2000-04-18 11:17 UTC
From: hubbardj at earthlink dot net Assigned:
Status: Closed Package: Other
PHP Version: 4.0 Release Candidate 1 OS: Suse Linux 6.3
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: hubbardj at earthlink dot net
New email:
PHP Version: OS:

 

 [2000-04-06 14:05 UTC] hubbardj at earthlink dot net
Running Apache 1.3.12 with recently dl'd 4.0RC1 and 
the InterBase 6.0 Linux install...

  The following :

<pre>
  $db = ibase_connect($host,$user,$password);
  $sql = "SELECT * FROM Test";

  $result = ibase_query($db,$sql);

  $row = ibase_fetch_row($result);
  print "ID : " . $row["test_id"] . " : " . $row["test_string"];

</pre>

  Produces absolutely nothing except the text I embedded. I saw a function 'ibase_errmsg()' in the source code but it doesn't do anything when I call it, I assume it's defined but currently does nothing.
  When I changed the array references to 0 and 1, I get this in a popup window (IE 5.0) :
  
  Internet Explorer cannot open the Internet site http://xxx.xxxxxxx.xx.xxx/test.php.  The server returned and invalid or unrecognized response.

  I configured PHP like this '--with-apache=../apache_1.3.12 --with-ibase'.  My IB install is in /usr/local/interbase with /usr/interbase a symbolic link pointing to it.  It seemed to compile fine, but for some reason it included MySQL and GD support, neither of which I actually want.  I'm not sure that is related to this anyway.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-04-17 23:59 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.

 [2000-04-18 11:17 UTC] eschmid at cvs dot php dot net
Jouni forgot to close.
-Egon
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 20:01:29 2024 UTC