PHP :: Bug #15419 :: ibase_close problem
| Bug #15419 | ibase_close problem | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2002-02-07 02:55 UTC | Modified: | 2002-04-04 03:09 UTC |
|
||||||||||
| From: | p dot grabowski at firma dot 2p dot pl | Assigned: | daniela (profile) | |||||||||||
| Status: | Closed | Package: | InterBase related | |||||||||||
| PHP Version: | 4.1.1 | OS: | linux red hat | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2002-02-07 02:55 UTC] p dot grabowski at firma dot 2p dot pl
<?
$dbc1=ibase_connect('/opt/interbase/bazy/slownik.gdb','SYSDBA','masterkey','WIN1250');
$qST="SELECT NAME,OPIS FROM SLOWNIK WHERE ID=$idD";
$q=ibase_query($dbc1,$qST);
list($nameDB,$descriptDB)=ibase_fetch_row($q);
ibase_close($dbc1); // here is a bug
?>
'./configure' '--prefix=/usr/local/php4.1.1/' '--enable-track-vars' '--enable-trans-sid' '--with-mysql' '--disable-debug' '--with-apxs=/usr/local/apache-local/bin/apxs' '--enable-shmop' '--enable-xml' '--enable-sockets' '--with-gd' '--with-interbase=/opt/interbase/'
Any command after ibase_close doesn't execute and apache returns 404 return code
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2002-02-14 06:52 UTC] markus at colorplaza dot com
[2002-03-08 00:00 UTC] php-bugs at lists dot php dot net
[2002-03-12 14:00 UTC] haystd at myrealbox dot com
[2002-03-24 12:47 UTC] daniela@php.net
[2002-04-02 16:32 UTC] dbadmin at avenet dot stw dot uni-erlangen dot de