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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Tue May 14 02:01:31 2024 UTC