From: Christoph M. Becker Date: Tue, 20 Feb 2018 15:31:56 +0000 (+0100) Subject: [ci skip] Sort recent NEWS entries alphabetically X-Git-Tag: php-7.2.4RC1~55^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=656381745ad33b1904a5ddbd733c956fdae8fafb;p=php [ci skip] Sort recent NEWS entries alphabetically --- diff --git a/NEWS b/NEWS index 5bcdd14d56..6aa8fde7c7 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).