mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
updated UPGRADING and NEWS
This commit is contained in:
parent
b8d8c75c4c
commit
4cdfbbd399
4
NEWS
4
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)
|
||||
|
@ -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().
|
||||
|
Loading…
Reference in New Issue
Block a user