]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.1' into PHP-7.2
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 20 Feb 2018 15:32:27 +0000 (16:32 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 20 Feb 2018 15:33:55 +0000 (16:33 +0100)
* PHP-7.1:
  [ci skip] Sort recent NEWS entries alphabetically

1  2 
NEWS

diff --cc NEWS
index 1d36c307d3d35f435a59632ec220f8769c34ec7c,6aa8fde7c751f30c752103a46f401493e59a1173..ecdc008853edc3b92e21212610d6878cadc1b01c
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -47,6 -29,13 +36,17 @@@ PH
  - OpenSSL:
    . Fixed openssl_* arginfos. (carusogabriel)
  
 -  . Fixed #75838 (Memory leak in pg_escape_bytea()). (ard_1 at mail dot ru)
+ - PGSQL:
++  . 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)