From: [EMAIL PROTECTED]
Operating system: linux red hat
PHP version: 4.1.1
PHP Bug Type: InterBase related
Bug description: ibase_close problem
<?
$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
--
Edit bug report at http://bugs.php.net/?id=15419&edit=1
--
Fixed in CVS: http://bugs.php.net/fix.php?id=15419&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=15419&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=15419&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=15419&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15419&r=support
Expected behavior: http://bugs.php.net/fix.php?id=15419&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=15419&r=notenoughinfo
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php