ID:               25053
 User updated by:  kevin at oceania dot net
 Reported By:      kevin at oceania dot net
 Status:           Open
 Bug Type:         Output Control
 Operating System: linux
 PHP Version:      4CVS-2003-08-12 (stable)
 New Comment:

urls are...
http://203.109.184.88/phoenix/index.phps
http://203.109.184.88/phoenix/phoenix.phps
http://203.109.184.88/phoenix/browse.phps


Previous Comments:
------------------------------------------------------------------------

[2003-08-12 07:48:07] kevin at oceania dot net

Description:
------------
'./configure' '--host=i386-redhat-linux' '--build=i386-redhat-linux'
'--target=i386-redhat-linux-gnu' '--program-prefix='
'--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin'
'--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include'
'--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var'
'--sharedstatedir=/usr/com' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--cache-file=../config.cache'
'--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d'
'--with-apxs2=/usr/local/apache/bin/apxs' '--enable-pic'
'--disable-rpath' '--enable-inline-optimization'
'--prefix=/usr/local/apache/php'
'--with-config-file-path=/usr/local/apache/php' '--enable-track-vars'
'--enable-force-cgi-redirect' '--disable-cgi' '--with-gettext'
'--with-bz2' '--with-curl' '--with-exec-dir=/usr/bin'
'--with-freetype-dir=/usr' '--with-gd' '--enable-gd-native-ttf'
'--enable-gd-jis-conv' '--with-ttf' '--with-gettext' '--with-gmp'
'--with-iconv' '--with-jpeg-dir=/usr' '--enable-bcmath' '--enable-exif'
'--enable-ftp' '--enable-magic-quotes' '--enable-safe-mode'
'--enable-sockets' '--enable-sysvsem' '--enable-sysvshm'
'--enable-discard-path' '--enable-trans-sid' '--enable-yp'
'--enable-wddx' '--without-oci8' '--with-pear=/usr/share/pear'
'--with-mysql=/usr' '--with-sqlite' '--enable-memory-limit'
'--enable-shmop' '--enable-versioning' '--enable-calendar'
'--enable-dio' '--enable-mcal' '--with-pspell' '--with-png'
'--with-png-dir=/usr' '--with-xsl' '--with-domxml' '--with-dom5'
'--with-qtdom' '--with-zlib' '--with-xslt-sablot=/usr'
'--with-sablot-js=/usr' '--with-expat-dir=/usr' '--with-gdbm'
'--enable-dbx' '--with-imap=shared' '--with-imap-ssl' '--with-openssl'
'--with-kerberos=/usr/kerberos' '--with-layout=GNU' '--with-tiff=/usr'
'--with-curlwrappers' '--with-filepro' '--with-xpm-dir=/usr'
'--with-libxml-dir=/usr' '--with-xmlrpc' '--with-simplexml'
'--with-debug' '--with-interbase=/usr/local/firebird'


When using ibase_query() an error occurs when calling
first from inside a class then calling ibase_query()
from outside the class. ie, in the class calling
$this->method() and then doing something like
$obj=new classname; $obj->method()

Reproduce code:
---------------
index.phps
phoenix.phps
browse.phps

Expected result:
----------------
would be nice if it worked, or gave an error message.

Actual result:
--------------
[Tue Aug 12 23:46:31 2003] [notice] child pid 2639 exit signal
Segmentation fault (11)


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=25053&edit=1

Reply via email to