summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2016-03-17 22:43:42 +0300
committerDmitry Stogov <dmitry@zend.com>2016-03-17 22:43:42 +0300
commit945a661912612cdecd221cd126feda7d4335c33c (patch)
treef1bb57b44a6bc08ceff32c2a9dd91732ecb647e9 /NEWS
parent28b6f0232b2e6a298f5a71e523718f0c85e7a7f2 (diff)
downloadphp-git-945a661912612cdecd221cd126feda7d4335c33c.tar.gz
Added ability to disable huge pages in Zend Memeory Manager through the environment variable USE_ZEND_ALLOC_HUGE_PAGES=0.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4ce40fbcd7..e8325957fe 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP NEWS
?? ??? 2016 PHP 7.0.6
- Core:
+ . Added ability to disable huge pages in Zend Memeory Manager through
+ the environment variable USE_ZEND_ALLOC_HUGE_PAGES=0. (Dmitry)
. Fixed bug #71841 (EG(error_zval) is not handled well). (Laruence)
- ODBC: