diff options
author | Anatol Belski <ab@php.net> | 2016-03-29 11:54:36 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-03-29 11:54:36 +0200 |
commit | 8b6cf164b86ad93c8e7b75da170ed46c8dd21bd5 (patch) | |
tree | 48d48dcce2d8584d1ec1818cb7d9f2216e2bf027 | |
parent | 67fbb0631109bf0dd82986a93838de0907a86869 (diff) | |
download | php-git-8b6cf164b86ad93c8e7b75da170ed46c8dd21bd5.tar.gz |
update NEWS
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -39,9 +39,17 @@ PHP NEWS - 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) @@ -58,6 +66,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) @@ -66,6 +76,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). + (Anatol) + - SPL: . Fixed bug #71617 (private properties lost when unserializing ArrayObject). (Nikita) @@ -73,6 +87,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) |