]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Wed, 23 Mar 2016 11:28:48 +0000 (12:28 +0100)
committerAnatol Belski <ab@php.net>
Wed, 23 Mar 2016 11:28:48 +0000 (12:28 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 358e72eda84b84b6b05e25f51f88d2e59a8cabda..aa3d546340bb2f12d43082259dde771a8073f644 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ PHP                                                                        NEWS
   . Fixed bug #69953 (Support MKCALENDAR request method). (Christoph)
 
 - Core:
+  . Huge pages disabled by default. (Rasmus)
+  . Added ability to enable huge pages in Zend Memory Manager through
+    the environment variable USE_ZEND_ALLOC_HUGE_PAGES=1. (Dmitry)
   . Fixed bug #71756 (Call-by-reference widens scope to uninvolved functions
     when used in switch). (Laruence)
   . Fixed bug #71729 (Possible crash in zend_bin_strtod, zend_oct_strtod,