From: Joe Date: Thu, 8 Feb 2018 09:32:44 +0000 (+0100) Subject: Merge branch 'PHP-7.1' into PHP-7.2 X-Git-Tag: php-7.2.3RC1~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44a1271ea0bd97eaeb237a3c26470e2172bcde2b;p=php Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixed bug #65414 --- 44a1271ea0bd97eaeb237a3c26470e2172bcde2b diff --cc NEWS index 676f887a09,de63871130..9cefdf52c4 --- a/NEWS +++ b/NEWS @@@ -10,22 -7,15 +10,24 @@@ PH configuration). (Anatol) - PGSQL: - . Fixed #75838 (Memory leak in pg_escape_bytea()). (ard_1 at mail dot ru) - -- ODBC: - . Fixed bug #73725 (Unable to retrieve value of varchar(max) type). (Anatol) + . 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) +- ODBC: + . Fixed bug #73725 (Unable to retrieve value of varchar(max) type). (Anatol) + +- Opcache: + . Fixed bug #75729 (opcache segfault when installing Bitrix). (Nikita) + . Fixed bug #75893 (file_get_contents $http_response_header variable bugged + with opcache). (Nikita) + - SPL: . Fixed bug #74519 (strange behavior of AppendIterator). (jhdxr)