summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2009-03-30 13:57:01 +0000
committerJohannes Schlüter <johannes@php.net>2009-03-30 13:57:01 +0000
commit714e40766778213cb3b17c1f8129334d34ce23c9 (patch)
tree8523d8de4b1f9c16ef4aa2a0899edcd884472ae5
parentbcb40030a53c17304a14c89dfa01d9e7fb069b41 (diff)
downloadphp-git-714e40766778213cb3b17c1f8129334d34ce23c9.tar.gz
Reorder NEWS entries
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 962af84568..8e8cc82c34 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,6 @@ PHP NEWS
- Fixed bug #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init
at startup). (Johannes)
- Fixed bug #47816 (pcntl tests failing on NetBSD). (Matteo)
-- Fixed bug #44861 (scrollable cursor don't work with pgsql). (Matteo)
- Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK constants).
(Matteo)
- Fixed bug #47771 (Exception during object construction from arg call calls
@@ -18,6 +17,7 @@ PHP NEWS
- Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in
double quote). (Dmitry)
- Fixed bug #47038 (Memory leak in include). (Dmitry)
+- Fixed bug #44861 (scrollable cursor don't work with pgsql). (Matteo)
- Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct()). (Matteo)
- Fixed bug #42362 (HTTP status codes 204 and 304 should not be gzipped).
(Scott, Edward Z. Yang)