From: Christoph M. Becker Date: Fri, 23 Feb 2018 22:51:15 +0000 (+0100) Subject: Merge branch 'PHP-7.1' into PHP-7.2 X-Git-Tag: php-7.2.4RC1~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32df2b6617dd6506fe3d51433bd6238022801953;p=php Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix #75873: pcntl_wexitstatus returns incorrect on Big_Endian platform (s390x) --- 32df2b6617dd6506fe3d51433bd6238022801953 diff --cc NEWS index 1176ba12d3,7dcc0b8473..3e552aea05 --- a/NEWS +++ b/NEWS @@@ -39,14 -36,14 +39,18 @@@ PH - OpenSSL: . Fixed openssl_* arginfos. (carusogabriel) + - PCNTL: + . Fixed bug #75873 (pcntl_wexitstatus returns incorrect on Big_Endian platform + (s390x)). (Sam Ding) + - 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)