From: Jani Taskinen Date: Thu, 7 May 2009 13:45:48 +0000 (+0000) Subject: - Bug 45392 was never fixed in PHP_5_2 X-Git-Tag: php-5.2.10RC1~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48c50e616a255af310f707e73659f243da7e997c;p=php - Bug 45392 was never fixed in PHP_5_2 --- diff --git a/NEWS b/NEWS index 49180b97fb..e2f7b56c1d 100644 --- a/NEWS +++ b/NEWS @@ -374,7 +374,6 @@ PHP NEWS (Kalle, oleg dot grenrus at dynamoid dot com) - Fixed bug #45405 (snmp extension memory leak). (Federico Cuello, Rodrigo Campos) -- Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit). (Arnaud) - Fixed bug #45382 (timeout bug in stream_socket_enable_crypto). (Ilia) - Fixed bug #45373 (php crash on query with errors in params). (Felipe) - Fixed bug #45352 (Segmentation fault because of tick function on second diff --git a/tests/lang/bug45392.phpt b/tests/lang/bug45392.phpt deleted file mode 100644 index 2fec5e4a51..0000000000 --- a/tests/lang/bug45392.phpt +++ /dev/null @@ -1,21 +0,0 @@ ---TEST-- -Bug #45392 (ob_start()/ob_end_clean() and memory_limit) ---INI-- -display_errors=stderr ---FILE-- - ---EXPECTF-- -2 -Fatal error: Allowed memory size of %d bytes exhausted%s