ID: 25053 Updated by: [EMAIL PROTECTED] Reported By: kevin at oceania dot net Status: Feedback Bug Type: InterBase related Operating System: linux PHP Version: 4CVS-2003-08-12 (stable) New Comment:
And provide a short but complete example script as those urls you provided do not work. Plus we won't bother with so many files anyway, you can easily provide ONE file which has all the necessary data. Previous Comments: ------------------------------------------------------------------------ [2003-08-12 07:55:31] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ------------------------------------------------------------------------ [2003-08-12 07:50:25] kevin at oceania dot net 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 ------------------------------------------------------------------------ [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