]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.1' into PHP-7.2
authorChristoph M. Becker <cmbecker69@gmx.de>
Fri, 23 Feb 2018 22:51:15 +0000 (23:51 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 23 Feb 2018 22:52:07 +0000 (23:52 +0100)
* PHP-7.1:
  Fix #75873: pcntl_wexitstatus returns incorrect on Big_Endian platform (s390x)

1  2 
NEWS
ext/pcntl/pcntl.c

diff --cc NEWS
index 1176ba12d36e179759ab060b73c52588c1a674b7,7dcc0b8473ceaa97af7fa0162ef09a7130eb8116..3e552aea05cb1c08cc62497d0dc9fc804fd37e97
--- 1/NEWS
--- 2/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)
  
Simple merge