summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-03-29 11:54:36 +0200
committerAnatol Belski <ab@php.net>2016-03-29 11:54:36 +0200
commit8b6cf164b86ad93c8e7b75da170ed46c8dd21bd5 (patch)
tree48d48dcce2d8584d1ec1818cb7d9f2216e2bf027
parent67fbb0631109bf0dd82986a93838de0907a86869 (diff)
downloadphp-git-8b6cf164b86ad93c8e7b75da170ed46c8dd21bd5.tar.gz
update NEWS
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aa3d546340..2bdb56706c 100644
--- a/NEWS
+++ b/NEWS
@@ -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)