From:             [EMAIL PROTECTED]
Operating system: Redhat 7.0
PHP version:      4.3.0RC2
PHP Bug Type:     Output Control
Bug description:  ob_and_clean crash

If I try to run this script I receive a blank page (no output):

<?
ob_end_clean();
echo "a";
?>

If I try to run from the command line it works.

Server configuration:

Linux Redhat 7.0
Apache 1.3.22
PHP 4.3.0RC2
Zend Optimizer 2.0.3
Mysql 4.0.5

ini:
output_buffering On
output_handler ob_gzhandler 

Configure:
'./configure' '--enable-track-vars' '--prefix=/usr' '--exec-prefix=/usr'
'--libexecdir=/usr/lib/apache' '--bindir=/usr/bin' '--sbindir=/usr/sbin'
'--datadir=/home/httpd' '--sysconfdir=/etc/httpd/conf'
'--localstatedir=/var' '--libdir=/usr/lib/apache'
'--includedir=/usr/include/apache' '--mandir=/usr/man' '--with-mysql=/usr'
'--enable-memory-limit' '--with-config-file-path=/usr/local/Zend/etc'
'--with-apxs' '--with-zlib'


-- 
Edit bug report at http://bugs.php.net/?id=20800&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20800&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20800&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20800&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20800&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20800&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20800&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20800&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20800&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20800&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20800&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20800&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20800&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20800&r=isapi

Reply via email to