- 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)
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().