From: David Coallier Date: Fri, 13 Feb 2009 11:54:05 +0000 (+0000) Subject: - Fixed bug #46897: (ob_flush() should fail to flush unerasable buffers) X-Git-Tag: RELEASE_1_3_5~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc6a02485268fe8c50c8d0306d5e833d75e884d9;p=php - Fixed bug #46897: (ob_flush() should fail to flush unerasable buffers) --- diff --git a/NEWS b/NEWS index d700791b69..246985b8b9 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ PHP NEWS - Fixed bug #45432 (PDO: persistent connection leak). (Felipe) - Fixed bug #43831 ($this gets mangled when extending PDO with persistent connection). (Felipe) +- Fixed bug #46897 (ob_flush() should fail to flush unerasable buffers). (David C.) 29 Jan 2009, PHP 5.3.0 Beta 1 - Upgraded bundled sqlite to version 3.6.10. (Scott, Ilia)