diff options
author | Dmitry Stogov <dmitry@zend.com> | 2016-03-17 22:43:42 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2016-03-17 22:43:42 +0300 |
commit | 945a661912612cdecd221cd126feda7d4335c33c (patch) | |
tree | f1bb57b44a6bc08ceff32c2a9dd91732ecb647e9 /NEWS | |
parent | 28b6f0232b2e6a298f5a71e523718f0c85e7a7f2 (diff) | |
download | php-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |