Commit:    59e2ce9ff19540dd85ebe25278a6d5b24a0fac64
Author:    Adam Harvey <ahar...@php.net>         Wed, 11 Sep 2013 14:37:07 -0700
Parents:   8983a38d5130c11bd96643dfa2b2f1393ac5969d
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=59e2ce9ff19540dd85ebe25278a6d5b24a0fac64

Log:
Sort the NEWS file alphabetically.

Insert OCD otter meme here.

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 3848161..64ca9a5 100644
--- 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to