summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Coallier <davidc@php.net>2009-02-13 11:54:05 +0000
committerDavid Coallier <davidc@php.net>2009-02-13 11:54:05 +0000
commitbc6a02485268fe8c50c8d0306d5e833d75e884d9 (patch)
treed2fa171929edcf5a9b0c7498cebdbc65a745936d
parent2e5f11b8416b66e1502f511f6bf80fa51b88dc98 (diff)
downloadphp-git-bc6a02485268fe8c50c8d0306d5e833d75e884d9.tar.gz
- Fixed bug #46897: (ob_flush() should fail to flush unerasable buffers)
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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)