diff options
author | Anatol Belski <ab@php.net> | 2016-03-23 12:32:16 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-03-23 12:32:16 +0100 |
commit | d6eff6655cf4c35c167e010f4aa89f7397d662c3 (patch) | |
tree | e12ff5bdc41a81c81c056480ab28b0bb36597050 | |
parent | a3946de3397fa081226d74210d726af0f69ef82f (diff) | |
download | php-git-d6eff6655cf4c35c167e010f4aa89f7397d662c3.tar.gz |
update NEWS
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,9 +3,6 @@ PHP NEWS ?? ??? 2016 PHP 7.0.6 - 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 #71859 (zend_objects_store_call_destructors operates on realloced memory, crashing). (Laruence) . Fixed bug #71841 (EG(error_zval) is not handled well). (Laruence) @@ -56,6 +53,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, |