From: Ferenc Kovacs Date: Wed, 30 Mar 2016 20:28:28 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-5.6.21RC1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abd59c0e400173d36abe49930bd56b8d37b0dfc1;p=php update NEWS --- 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: