]> granicus.if.org Git - php/commitdiff
[ci skip] Sort recent NEWS entries alphabetically
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 20 Feb 2018 15:31:56 +0000 (16:31 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 20 Feb 2018 15:31:56 +0000 (16:31 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 5bcdd14d56e8d70e2d7df3e892f7d3d8bdcc4c3a..6aa8fde7c751f30c752103a46f401493e59a1173 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,8 +13,11 @@ PHP                                                                        NEWS
   . Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it).
     (jhdxr)
 
-- PGSQL:
-  . Fixed #75838 (Memory leak in pg_escape_bytea()). (ard_1 at mail dot ru)
+- LDAP:
+  . Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)
+
+- libxml2:
+  . Fixed bug #75871 (use pkg-config where available). (pmmaga)
 
 - ODBC:
   . Fixed bug #73725 (Unable to retrieve value of varchar(max) type). (Anatol)
@@ -26,11 +29,8 @@ PHP                                                                        NEWS
 - OpenSSL:
   . Fixed openssl_* arginfos. (carusogabriel)
 
-- LDAP:
-  . Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)
-
-- libxml2:
-  . Fixed bug #75871 (use pkg-config where available). (pmmaga)
+- PGSQL:
+  . Fixed #75838 (Memory leak in pg_escape_bytea()). (ard_1 at mail dot ru)
 
 - Phar:
   . Fixed bug #65414 (deal with leading slash when adding files correctly).