summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2016-03-30 22:28:28 +0200
committerFerenc Kovacs <tyrael@php.net>2016-03-30 22:28:28 +0200
commitabd59c0e400173d36abe49930bd56b8d37b0dfc1 (patch)
treec27fee451077f041008041d02012a7395472350a
parent23d0065744a464ea746b804cd7bbaa17827d485e (diff)
downloadphp-git-abd59c0e400173d36abe49930bd56b8d37b0dfc1.tar.gz
update NEWS
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1f2a906f81..20cb876762 100644
--- a/NEWS
+++ b/NEWS
@@ -48,9 +48,19 @@ 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)
+
+- 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)
+ . Fixed bug #71860 (Invalid memory write in phar on filename with \0 in
+ name). (Stas)
- PDO_DBlib:
. Bug #54648 (PDO::MSSQL forces format of datetime fields).
@@ -62,6 +72,14 @@ PHP NEWS
. Fixed bug #71504 (Parsing of tar file with duplicate filenames causes
memory leak). (Jos Elstgeest)
+- SNMP:
+ . Fixed bug #71704 (php_snmp_error() Format String Vulnerability).
+ (andrew at jmpesp dot org)
+
+- Standard
+ . Fixed bug #71798 (Integer Overflow in php_raw_url_encode).
+ (taoguangchen at icloud dot com, Stas)
+
03 Mar 2016, PHP 5.6.19
- CLI server: