ID: 20772
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Output Control
Operating System: redhat 7.0
PHP Version: 4.3.0RC2
New Comment:
In the script the last "}" is to delete.
Previous Comments:
------------------------------------------------------------------------
[2002-12-02 16:43:37] [EMAIL PROTECTED]
If I try to run this script the server simply exit without giving me
anything.
<?
echo "A";
$fd=fopen("aaa/temp", "wb");
fpassthru($fd);
echo "B";
}
?>
The server is configured with output buffering activated (gz_handler),
memory limit enabled (8MB) and the temp file is bigger than 8MByte
I have understand that the problem that the script excedeed the memory
limit and adding, as first line,
ob_end_clean();
the script works, but in the error log there isn't a fatal error or a
warning, nothing; also the access log doesn't log the hit. It's
possible to add a fatal error to let the programmer know what is the
problem.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=20772&edit=1