summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2017-01-02 23:35:27 +0100
committerNikita Popov <nikic@php.net>2017-01-02 23:35:27 +0100
commit20c172d45937db7e1a8f86cab3b742ec44e44d61 (patch)
treefbda08a73a255a8b876326026c58cd9860bbdf96
parent593b6cd0a87401d72aedfcbad8bf9b1b149d94f4 (diff)
downloadphp-git-20c172d45937db7e1a8f86cab3b742ec44e44d61.tar.gz
Add NEWS entries
-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).