From: Anatol Belski Date: Tue, 29 Mar 2016 10:05:36 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.0.6RC1~54^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b08638340b1b585658ddfe97bddbfd79fd16c70;p=php update NEWS --- diff --git a/NEWS b/NEWS index fcf3fe3ee2..4af909d23f 100644 --- a/NEWS +++ b/NEWS @@ -54,9 +54,6 @@ PHP NEWS 31 Mar 2016 PHP 7.0.5 -- CLI Server: - . Fixed bug #69953 (Support MKCALENDAR request method). (Christoph) - - Core: . Huge pages disabled by default. (Rasmus) . Added ability to enable huge pages in Zend Memory Manager through @@ -85,15 +82,26 @@ PHP NEWS . Fixed bug #71624 (`php -R` (PHP_MODE_PROCESS_STDIN) is broken). (Sean DuBois) +- CLI Server: + . Fixed bug #69953 (Support MKCALENDAR request method). (Christoph) + - Curl: . Fixed bug #71694 (Support constant CURLM_ADDED_ALREADY). (mpyw) - Date: . Fixed bug #71635 (DatePeriod::getEndDate segfault). (Thomas Punt) +- Fileinfo: + . Fixed bug #71527 (Buffer over-write in finfo_open with malformed magic + file). (Anatol) + - libxml: . Fixed bug #71536 (Access Violation crashes php-cgi.exe). (Anatol) +- mbstring: + . Fixed bug #71906 (AddressSanitizer: negative-size-param (-1) in + mbfl_strcut). (Stas) + - ODBC: . Fixed bug #47803, #69526 (Executing prepared statements is succesfull only for the first two statements). (einavitamar at gmail dot com, Anatol) @@ -110,6 +118,8 @@ PHP NEWS . Fixed bug #71625 (Crash in php7.dll with bad phar filename). (Anatol) . Fixed bug #71317 (PharData fails to open specific file). (Jos Elstgeest) + . Fixed bug #71860 (Invalid memory write in phar on filename with \0 in + name). (Stas) - phpdbg: . Fixed crash when advancing (except step) inside an internal function. (Bob) @@ -118,6 +128,10 @@ PHP NEWS . Fixed Bug #71683 (Null pointer dereference in zend_hash_str_find_bucket). (Yasuo) +- SNMP: + . Fixed bug #71704 (php_snmp_error() Format String Vulnerability). + (andrew at jmpesp dot org) + - SPL: . Fixed bug #71617 (private properties lost when unserializing ArrayObject). (Nikita) @@ -125,6 +139,8 @@ PHP NEWS - Standard: . Fixed bug #71660 (array_column behaves incorrectly after foreach by reference). (Laruence) + . Fixed bug #71798 (Integer Overflow in php_raw_url_encode). + (taoguangchen at icloud dot com, Stas) - Zip: . Update bundled libzip to 1.1.2. (Remi, Anatol)