|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-02-07 03:17 UTC] mfischer@php.net
[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-03-25 03:41 UTC] daniela@php.net
[2002-04-02 16:32 UTC] dbadmin at avenet dot stw dot uni-erlangen dot de
[2002-04-04 03:09 UTC] daniela@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 21:00:01 2025 UTC |
<? $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