From:             kevin at oceania dot net
Operating system: linux
PHP version:      4CVS-2003-08-12 (stable)
PHP Bug Type:     Output Control
Bug description:  seg fault

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 bug report at http://bugs.php.net/?id=25053&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25053&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25053&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25053&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25053&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25053&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25053&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25053&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25053&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25053&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25053&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25053&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25053&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25053&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25053&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25053&r=gnused

Reply via email to