From: Christoph M. Becker Date: Tue, 20 Feb 2018 15:32:27 +0000 (+0100) Subject: Merge branch 'PHP-7.1' into PHP-7.2 X-Git-Tag: php-7.2.4RC1~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6237bcd39eec4bc655f18000da44b6948ee1e6f9;p=php Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: [ci skip] Sort recent NEWS entries alphabetically --- 6237bcd39eec4bc655f18000da44b6948ee1e6f9 diff --cc NEWS index 1d36c307d3,6aa8fde7c7..ecdc008853 --- a/NEWS +++ b/NEWS @@@ -47,6 -29,13 +36,17 @@@ PH - OpenSSL: . Fixed openssl_* arginfos. (carusogabriel) + - PGSQL: - . Fixed #75838 (Memory leak in pg_escape_bytea()). (ard_1 at mail dot ru) ++ . Fixed bug #75838 (Memory leak in pg_escape_bytea()). (ard_1 at mail dot ru) + + - Phar: ++ . Fixed bug #54289 (Phar::extractTo() does not accept specific directories to ++ be extracted). (bishop) ++ . Fixed bug #65414 (deal with leading slash while adding files correctly). ++ (bishopb) + . Fixed bug #65414 (deal with leading slash when adding files correctly). + (bishopb) + - SPL: . Fixed bug #74519 (strange behavior of AppendIterator). (jhdxr)