]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.1' into PHP-7.2
authorJoe <krakjoe@php.net>
Thu, 8 Feb 2018 09:32:44 +0000 (10:32 +0100)
committerJoe <krakjoe@php.net>
Thu, 8 Feb 2018 09:33:03 +0000 (10:33 +0100)
* PHP-7.1:
  Fixed bug #65414

1  2 
NEWS

diff --cc NEWS
index 676f887a09418e5eb01c96d7031242d794a1e196,de63871130871f0ea49eb59427273289239be034..9cefdf52c439ae54b324901705e5c89551c2bd04
--- 1/NEWS
--- 2/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)