]> granicus.if.org Git - php/commitdiff
updated UPGRADING and NEWS
authorAnatol Belski <ab@php.net>
Mon, 8 Jun 2015 08:15:03 +0000 (10:15 +0200)
committerAnatol Belski <ab@php.net>
Mon, 8 Jun 2015 08:15:03 +0000 (10:15 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 21a67ddd46228d411d2e1b408a5ca4d23fa0e5d2..9e1b229f53dd2781625f6eeae72608e64f8d60df 100644 (file)
--- a/NEWS
+++ b/NEWS
 - 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)
index 76894fe4cbc3d6bea9c00c3b3b83e07bf2fac8ee..d539a056ce121ed2d0e585c243d49a0e0c500bb9 100644 (file)
--- 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().