From: [EMAIL PROTECTED]
Operating system: Any
PHP version: 4CVS-2002-09-20
PHP Bug Type: Output Control
Bug description: Yet Another Output Buffering Issue (YAOBI)
Here is a reproducing script. It does not make sense, because it is
ripped out of its XML_Transformer context:
<?php
ob_start('callback');
function callback($buffer) {
ob_start();
eval($buffer);
$result = ob_get_contents();
ob_end_clean();
return $result;
}
?>
echo 'test';
PHP 4.2.3
Fatal error: Cannot use output buffering in output buffering
display handlers
HEAD
Neither output nor error message.
--
Edit bug report at http://bugs.php.net/?id=19525&edit=1
--
Try a CVS snapshot: http://bugs.php.net/fix.php?id=19525&r=trysnapshot
Fixed in CVS: http://bugs.php.net/fix.php?id=19525&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=19525&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=19525&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=19525&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19525&r=support
Expected behavior: http://bugs.php.net/fix.php?id=19525&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=19525&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=19525&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=19525&r=globals