]> granicus.if.org Git - php/commitdiff
- Fixed bug #46897: (ob_flush() should fail to flush unerasable buffers)
authorDavid Coallier <davidc@php.net>
Fri, 13 Feb 2009 11:54:05 +0000 (11:54 +0000)
committerDavid Coallier <davidc@php.net>
Fri, 13 Feb 2009 11:54:05 +0000 (11:54 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d700791b69deba951799f8b7523209ace2c969d9..246985b8b96932a8fd4275895da4eac31daf1d4a 100644 (file)
--- 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)