From 656381745ad33b1904a5ddbd733c956fdae8fafb Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 20 Feb 2018 16:31:56 +0100 Subject: [PATCH] [ci skip] Sort recent NEWS entries alphabetically --- NEWS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 5bcdd14d56e..6aa8fde7c75 100644 --- 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).