- Fixed bug #46897: (ob_flush() should fail to flush unerasable buffers)

This commit is contained in:
David Coallier 2009-02-13 11:54:05 +00:00
parent 2e5f11b841
commit bc6a024852

1
NEWS
View File

@ -12,6 +12,7 @@ PHP NEWS
- Fixed bug #45432 (PDO: persistent connection leak). (Felipe) - Fixed bug #45432 (PDO: persistent connection leak). (Felipe)
- Fixed bug #43831 ($this gets mangled when extending PDO with persistent - Fixed bug #43831 ($this gets mangled when extending PDO with persistent
connection). (Felipe) connection). (Felipe)
- Fixed bug #46897 (ob_flush() should fail to flush unerasable buffers). (David C.)
29 Jan 2009, PHP 5.3.0 Beta 1 29 Jan 2009, PHP 5.3.0 Beta 1
- Upgraded bundled sqlite to version 3.6.10. (Scott, Ilia) - Upgraded bundled sqlite to version 3.6.10. (Scott, Ilia)