From: Bob Weinand Date: Fri, 4 Sep 2015 14:35:15 +0000 (+0200) Subject: Merge remote-tracking branch 'origin/PHP-5.6' X-Git-Tag: php-7.1.0alpha1~1255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d057850544114d5d4b993381aa79495e1b3a48e;p=php Merge remote-tracking branch 'origin/PHP-5.6' --- 3d057850544114d5d4b993381aa79495e1b3a48e diff --cc NEWS index d034378aca,4dcd8825d7..f76c804b7b --- a/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)