1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 14:01:01 +02:00

Add NEWS entries

This commit is contained in:
Nikita Popov
2017-01-02 23:35:27 +01:00
parent 593b6cd0a8
commit 20c172d459

3
NEWS
View File

@@ -53,6 +53,9 @@ PHP NEWS
. Fixed bug #70213 (Unserialize context shared on double class lookup).
(Taoguang Chen)
. Fixed bug #73154 (serialize object with __sleep function crash). (Nikita)
. Fixed bug #70490 (get_browser function is very slow). (Nikita)
. Fixed bug #73265 (Loading browscap.ini at startup causes high memory usage).
(Nikita)
- Zlib:
. Fixed bug #73373 (deflate_add does not verify that output was not truncated).