]> granicus.if.org Git - php/commitdiff
Merge remote-tracking branch 'origin/PHP-5.6'
authorBob Weinand <bobwei9@hotmail.com>
Fri, 4 Sep 2015 14:35:15 +0000 (16:35 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Fri, 4 Sep 2015 14:35:15 +0000 (16:35 +0200)
1  2 
NEWS
ext/standard/http_fopen_wrapper.c

diff --cc NEWS
index d034378acabdaa4d1e42b5aba78786cfb260ec7b,4dcd8825d7a6c8cb969a6090ace42497afbf6399..f76c804b7ba018fe9b70a938b2c0998321dc76df
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,53 -1,14 +1,55 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2015, PHP 5.6.14
 +17 Sep 2015, PHP 7.0.0 RC 3
 +
++- Streams:
++  . Fixed bug #70361 (HTTP stream wrapper doesn't close keep-alive connections).
++    (Niklas Keller)
 +
 +03 Sep 2015, PHP 7.0.0 RC 2
  
  - Core:
 +  . Fixed bug #70398 (SIGSEGV, Segmentation fault zend_ast_destroy_ex).
 +    (Dmitry, Bob, Laruence)
 +  . Fixed bug #70332 (Wrong behavior while returning reference on object).
 +    (Laruence, Dmitry)
 +  . Fixed bug #70300 (Syntactical inconsistency with new group use syntax).
 +    (marcio dot web2 at gmail dot com)
 +  . Fixed bug #70321 (Magic getter breaks reference to array property).
 +    (Laruence)
 +  . Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized
 +    data). (Dmitry)
 +  . Fixed bug #70145 (From field incorrectly parsed from headers). (Anatol)
    . Fixed bug #70370 (Bundled libtool.m4 doesn't handle FreeBSD 10 when
      building extensions). (Adam)
 +  . Fixed bug causing exception traces with anon classes to be truncated. (Bob)
 +  . Fixed bug #70397 (Segmentation fault when using Closure::call and yield).
 +    (Bob)
  
 -- OpenSSL:
 -  . Fixed bug #55259 (openssl extension does not get the DH parameters from 
 -    DH key resource). (Jakub Zelenka)
 +- Curl:
 +  . Fixed bug #70330 (Segmentation Fault with multiple "curl_copy_handle").
 +    (Laruence)
 +
 +- EXIF:
 +  . Fixed bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte
 +    value of 32 bytes). (Stas)
 +
 +- hash:
 +  . Fixed bug #70312 (HAVAL gives wrong hashes in specific cases). (letsgolee
 +    at naver dot com)
 +
 +- Mysqli:
 +  . Fixed bug #32490 (constructor of mysqli has wrong name). (cmb)
 +
 +- Pcntl:
 +  . Fixed bug #70386 (Can't compile on NetBSD because of missing WCONTINUED
 +    and WIFCONTINUED). (Matteo)
 +
 +- PCRE:
 +  . Fixed bug #70232 (Incorrect bump-along behavior with \K and empty string
 +    match). (cmb)
 +  . Fixed bug #70345 (Multiple vulnerabilities related to PCRE functions).
 +    (Anatol Belski)
  
  - PDO:
    . Fixed bug #70389 (PDO constructor changes unrelated variables). (Laruence)
Simple merge