ID: 7924
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Performance problem
PHP Version: 4.0.3pl1
Assigned To:
Comments:
please test again and reopen as well as providing more information about your setup,
it works fine on all of my setups.
- James
Previous Comments:
---------------------------------------------------------------------------
[2000-11-22 08:24:26] [EMAIL PROTECTED]
ob_start();
for(....){
echo...
}
$content=ob_get_contents();
ob_end_clean();
echo $content;
When $content very big (50-100K)
echo $content; very slow (from 5 sec to 40 sec time)
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=7924&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]