From: Anatol Belski Date: Mon, 8 Jun 2015 08:15:03 +0000 (+0200) Subject: updated UPGRADING and NEWS X-Git-Tag: php-7.0.0alpha1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cdfbbd399a06c4cf61e32970ad66e140411b276;p=php updated UPGRADING and NEWS --- diff --git a/NEWS b/NEWS index 21a67ddd46..9e1b229f53 100644 --- a/NEWS +++ b/NEWS @@ -145,6 +145,10 @@ - LiteSpeed: . Updated LiteSpeed SAPI code from V5.5 to V6.6. (George Wang) +- libxml: + . Fixed handling of big lines in error messages with libxml >= 2.9.0. + (Christoph M. Becker) + - Mcrypt: . Fixed possible read after end of buffer and use after free. (Dmitry) . Removed mcrypt_generic_end() alias. (Nikita) diff --git a/UPGRADING b/UPGRADING index 76894fe4cb..d539a056ce 100644 --- a/UPGRADING +++ b/UPGRADING @@ -461,6 +461,10 @@ Other IntlDateFormatter::setTimeZoneID(). Use datefmt_set_timezone() and IntlDateFormatter::setTimeZone() instead. +- libxml: + . Added LIBXML_BIGLINES parser option. It's available starting with libxml 2.9.0 + and adds suppport for line numbers >16-bit in the error reporting. + - Mcrypt . Removed deprecated mcrypt_generic_end() alias in favor of mcrypt_generic_deinit().