]> granicus.if.org Git - php/commitdiff
Sort the NEWS file alphabetically.
authorAdam Harvey <aharvey@php.net>
Wed, 11 Sep 2013 21:37:07 +0000 (14:37 -0700)
committerAdam Harvey <aharvey@php.net>
Wed, 11 Sep 2013 21:37:07 +0000 (14:37 -0700)
Insert OCD otter meme here.

NEWS

diff --git a/NEWS b/NEWS
index 3848161f97c3a3508b38696168de349a26e458af..64ca9a5df30b210a4a2a5fc409ccbbba4197330b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,14 +14,10 @@ PHP                                                                        NEWS
   . Implemented FR #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir
     or safe_mode). (Adam)
 
-- Session:
-  . Fixed Bug #65315 (session.hash_function silently fallback to default md5)
-    (Yasuo)
-  . Implemented Request #54649 (Create session_serializer_name()). (Yasuo)
-  . Implemented Request #17860 (Session write short circuit). (Yasuo)
-  . Implemented Request #20421 (session_abort() and session_reset() function).
-    (Yasuo)
-  . Implemented Request #11100 (session_gc() function). (Yasuo)
+- GMP:
+  . Moved GMP to use object as the underlying structure and implemented various
+    improvements based on this.
+    (RFC: https://wiki.php.net/rfc/operator_overloading_gmp). (Nikita)
 
 - mysqlnd:
   . Disabled flag for SP OUT variables for 5.5+ servers as they are not natively
@@ -39,10 +35,14 @@ PHP                                                                        NEWS
   . Fixed Bug #63657 (pgsqlCopyFromFile, pgsqlCopyToArray use Postgres < 7.3
     syntax). (Matteo)
 
-- GMP:
-  . Moved GMP to use object as the underlying structure and implemented various
-    improvements based on this.
-    (RFC: https://wiki.php.net/rfc/operator_overloading_gmp). (Nikita)
+- Session:
+  . Fixed Bug #65315 (session.hash_function silently fallback to default md5)
+    (Yasuo)
+  . Implemented Request #54649 (Create session_serializer_name()). (Yasuo)
+  . Implemented Request #17860 (Session write short circuit). (Yasuo)
+  . Implemented Request #20421 (session_abort() and session_reset() function).
+    (Yasuo)
+  . Implemented Request #11100 (session_gc() function). (Yasuo)
 
 - Standard:
   . Implemented FR #65634 (HTTP wrapper is very slow with protocol_version