ID: 37818 Updated by: [EMAIL PROTECTED] Reported By: j at pureftpd dot org -Status: Open +Status: Feedback Bug Type: Output Control Operating System: any PHP Version: 5.1.4 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.2-win32-latest.zip Cannot reproduce. Previous Comments: ------------------------------------------------------------------------ [2006-06-15 16:36:40] j at pureftpd dot org Description: ------------ The following code makes PHP allocate as much memory as available before dumping a core. Reproduce code: --------------- function blouga() { ob_flush(); } ob_start('blouga'); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37818&edit=1