From: [EMAIL PROTECTED]
Operating system: UnixWare 7.1.1
PHP version: 4.2.0
PHP Bug Type: Reproducible crash
Bug description: any call to error_log(...) crashes
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'
--
Edit bug report at http://bugs.php.net/?id=16787&edit=1
--
Fixed in CVS: http://bugs.php.net/fix.php?id=16787&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=16787&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=16787&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=16787&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16787&r=support
Expected behavior: http://bugs.php.net/fix.php?id=16787&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=16787&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=16787&r=submittedtwice