summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-03-29 12:03:01 +0200
committerAnatol Belski <ab@php.net>2016-03-29 12:03:01 +0200
commit2b7c1bed1d8fdd164f6175147376ea10ec566ce0 (patch)
treea63cf87ec3ae8dfee0c4d8f783321d8d5231ff29
parent8197532f680a70b65668b408e2f242385f4448b5 (diff)
downloadphp-git-2b7c1bed1d8fdd164f6175147376ea10ec566ce0.tar.gz
fix item order
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 8d60b9ff2e..62fb98dbfd 100644
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,6 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
31 Mar 2016 PHP 7.0.5
-- CLI Server:
- . Fixed bug #69953 (Support MKCALENDAR request method). (Christoph)
-
- Core:
. Huge pages disabled by default. (Rasmus)
. Added ability to enable huge pages in Zend Memory Manager through
@@ -33,6 +30,9 @@ PHP NEWS
. Fixed bug #71624 (`php -R` (PHP_MODE_PROCESS_STDIN) is broken).
(Sean DuBois)
+- CLI Server:
+ . Fixed bug #69953 (Support MKCALENDAR request method). (Christoph)
+
- Curl:
. Fixed bug #71694 (Support constant CURLM_ADDED_ALREADY). (mpyw)