File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
?? ??? 2016 PHP 7.0.6
4
4
5
5
- Core:
6
- . Huge pages disabled by default. (Rasmus)
7
- . Added ability to enable huge pages in Zend Memory Manager through
8
- the environment variable USE_ZEND_ALLOC_HUGE_PAGES=1. (Dmitry)
9
6
. Fixed Bug #71859 (zend_objects_store_call_destructors operates on realloced
10
7
memory, crashing). (Laruence)
11
8
. Fixed bug #71841 (EG(error_zval) is not handled well). (Laruence)
@@ -56,6 +53,9 @@ PHP NEWS
56
53
. Fixed bug #69953 (Support MKCALENDAR request method). (Christoph)
57
54
58
55
- Core:
56
+ . Huge pages disabled by default. (Rasmus)
57
+ . Added ability to enable huge pages in Zend Memory Manager through
58
+ the environment variable USE_ZEND_ALLOC_HUGE_PAGES=1. (Dmitry)
59
59
. Fixed bug #71756 (Call-by-reference widens scope to uninvolved functions
60
60
when used in switch). (Laruence)
61
61
. Fixed bug #71729 (Possible crash in zend_bin_strtod, zend_oct_strtod,
You can’t perform that action at this time.
0 commit comments