]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorBob Weinand <bobwei9@hotmail.com>
Tue, 14 Mar 2017 23:09:42 +0000 (00:09 +0100)
committerBob Weinand <bobwei9@hotmail.com>
Tue, 14 Mar 2017 23:09:42 +0000 (00:09 +0100)
1  2 
NEWS
ext/zlib/zlib.c

diff --cc NEWS
index 0229b37e52865cebc3a74fd00d58f02c54b5e555,071fcc87f954759a2cbde59abfd0a77aaee5f64b..8fce4e94d99c46ecd3cc4df588bb659592aad7d7
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -24,24 -23,15 +24,27 @@@ PH
    . Fixed bug #71003 (Expose MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT to PDO
      interface). (Thomas Orozco)
  
- . Streams:
 +- SPL:
 +  . Fixed bug #74058 (ArrayObject can not notice changes). (Andrew Nester)
 +
 +- Sqlite:
 +  . Implemented FR #74217 (Allow creation of deterministic sqlite functions).
 +    (Andrew Nester)
 +
+ - Streams:
    . Fixed bug #74216 (Correctly fail on invalid IP address ports). (Sara)
  
 -16 Mar 2017 PHP 7.0.17
+ - Zlib:
+   . Fixed bug #74240 (deflate_add can allocate too much memory). (Matt Bonneau)
 +16 Mar 2017, PHP 7.1.3
  
  - Core:
 +  . Fixed bug #74157 (Segfault with nested generators). (Laruence)
 +  . Fixed bug #74164 (PHP hangs when an invalid value is dynamically passed to
 +    typehinted by-ref arg). (Laruence)
 +  . Fixed bug #74093 (Maximum execution time of n+2 seconds exceed not written
 +    in error_log). (Laruence)
    . Fixed bug #73989 (PHP 7.1 Segfaults within Symfony test suite).
      (Dmitry, Laruence)
    . Fixed bug #74084 (Out of bound read - zend_mm_alloc_small). (Laruence)
diff --cc ext/zlib/zlib.c
Simple merge