From: Derick Rethans Date: Sun, 12 Dec 2010 17:07:40 +0000 (+0000) Subject: - Keep extension order alphabetically X-Git-Tag: php-5.4.0alpha1~191^2~523 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbc898e3fd8c4c351842ee366b18f39aa5305761;p=php - Keep extension order alphabetically #- I guess that's what was intended? --- diff --git a/NEWS b/NEWS index c20cf4ee4d..fdee5bb76a 100644 --- 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