|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-04-24 05:49 UTC] derick@php.net
[2002-04-24 07:24 UTC] tomas dot drbohlav at mff dot cuni dot cz
[2002-06-16 00:18 UTC] sniper@php.net
[2002-09-11 10:56 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 19:00:01 2025 UTC |
We have tried the new relase (PHP 4.2.0) and some of our pages segfaults. Consider such a simple code as: <?php echo "Hello!"; error_log('Hi! I am an error message!', 0); ?> This crashes every time, independently on any auto_prepend setting (which we normally use). When you comments out the error_log call, page runs ok. I can perform some additinal test when nedded, looking forward for any interest. T :-) P.S.: Our config: './configure' '--with-oci8=/u01/app/oracle/product/8.1.7' '--with-apxs=/usr/local/apache.dbg/bin/apxs' '--without-mysql' '--enable-sigchild' '--build=i686-sco-sysv5uw7'