]> granicus.if.org Git - php/commitdiff
- Keep extension order alphabetically
authorDerick Rethans <derick@php.net>
Sun, 12 Dec 2010 17:07:40 +0000 (17:07 +0000)
committerDerick Rethans <derick@php.net>
Sun, 12 Dec 2010 17:07:40 +0000 (17:07 +0000)
#- I guess that's what was intended?

NEWS

diff --git a/NEWS b/NEWS
index c20cf4ee4d06a2b39b31c291bef67592c28ef17c..fdee5bb76a5825272150bd754f08d93ec590f044 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -125,14 +125,6 @@ PHP                                                                        NEWS
   . Added Tokyo Cabinet abstract DB support. (Michael Maclean)
   . Added Berkeley DB 5 support. (Johannes, Chris Jones)
 
-- Improved MySQL extensions:
-  . MySQL: Deprecated mysql_list_dbs(). FR #50667. (Andrey)
-  . mysqlnd: Added named pipes support. FR #48082. (Andrey)
-  . MySQLi: Added iterator support in MySQLi. mysqli_result implements 
-    Traversable. (Andrey, Johannes)
-  . PDO_mysql: Removed support for linking with MySQL client libraries older
-    than 4.1. (Johannes)
-
 - Improved filesystem functions:
   . scandir() now accepts SCANDIR_SORT_NONE as a possible sorting_order value.
     FR #53407. (Adam)
@@ -155,6 +147,14 @@ PHP                                                                        NEWS
   . Added paged results support. FR #42060. (ando@OpenLDAP.org,
     iarenuno@eteo.mondragon.edu, jeanseb@au-fil-du.net, remy.saissy@gmail.com)
 
+- Improved MySQL extensions:
+  . MySQL: Deprecated mysql_list_dbs(). FR #50667. (Andrey)
+  . mysqlnd: Added named pipes support. FR #48082. (Andrey)
+  . MySQLi: Added iterator support in MySQLi. mysqli_result implements 
+    Traversable. (Andrey, Johannes)
+  . PDO_mysql: Removed support for linking with MySQL client libraries older
+    than 4.1. (Johannes)
+
 - Improved OpenSSL extension:
   . Added AES support. FR #48632. (yonas dot y at gmail dot com, Pierre)
   . Added a "no_ticket" SSL context option to disable the SessionTicket TLS