]> granicus.if.org Git - php/commitdiff
Add NEWS entries
authorNikita Popov <nikic@php.net>
Mon, 2 Jan 2017 22:35:27 +0000 (23:35 +0100)
committerNikita Popov <nikic@php.net>
Mon, 2 Jan 2017 22:35:27 +0000 (23:35 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 11bcf54b5e934b54e3985243cfffcd206ffc7929..8711158387233e9b26760f887fc23b1e39a6d295 100644 (file)
--- 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).