summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2012-04-24 21:22:19 +0200
committerMichael Wallner <mike@php.net>2012-04-24 21:22:19 +0200
commitac4d53cf70c3e50970a339b0920973aa0560b8ec (patch)
tree9dc0a14cdcdb63cdc9cddac5f06ac585f097b128
parent52cb8ed314d5f4476547c6c7955ca96de900333a (diff)
downloadphp-git-ac4d53cf70c3e50970a339b0920973aa0560b8ec.tar.gz
fix NEWS order
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 94971acf00..e314f268aa 100644
--- a/NEWS
+++ b/NEWS
@@ -12,8 +12,6 @@ PHP NEWS
. "Connection: close" instead of "Connection: closed" (Gustavo)
- Core:
- . Fixed bug #61820 (using ob_gzhandler will complain about headers already
- sent when no compression). (Mike)
. Fixed bug #61761 ('Overriding' a private static method with a different
signature causes crash). (Laruence)
. Fixed bug #61728 (PHP crash when calling ob_start in request_shutdown
@@ -22,7 +20,6 @@ PHP NEWS
. Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables
(without apache2)). (Laruence)
. Fixed bug #61605 (header_remove() does not remove all headers). (Laruence)
- . Fixed bug #61443 (can't change zlib.output_compression on the fly). (Mike)
. Fixed bug #61374 (html_entity_decode tries to decode code points that don't
exist in ISO-8859-1). (Gustavo)
. Fixed bug #61273 (call_user_func_array with more than 16333 arguments
@@ -149,6 +146,9 @@ PHP NEWS
Popov)
- Zlib:
+ . Fixed bug #61820 (using ob_gzhandler will complain about headers already
+ sent when no compression). (Mike)
+ . Fixed bug #61443 (can't change zlib.output_compression on the fly). (Mike)
. Fixed bug #61306 (initialization of global inappropriate for ZTS). (Gustavo)
. Fixed bug #61287 (A particular string fails to decompress). (Mike)
. Fixed bug #61139 (gzopen leaks when specifying invalid mode). (Nikita Popov)