summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 11bcf54b5e..8711158387 100644
--- a/NEWS
+++ b/NEWS
@@ -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).