ID: 15419 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: InterBase related Operating System: linux red hat PHP Version: 4.1.1 New Comment:
Can look up in your apache log if you get a segfault or some similar crash, and if so can you please provide a backtrace (http://bugs.php.net/?id=15419&edit=1) ? Previous Comments: ------------------------------------------------------------------------ [2002-02-07 02:55:13] [EMAIL PROTECTED] <? $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 this bug report at http://bugs.php.net/?id=15419&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php