1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 22:22:18 +02:00

update NEWS

This commit is contained in:
Anatol Belski
2016-03-23 12:28:48 +01:00
parent 06c2b31866
commit 4bbc811ff4

3
NEWS
View File

@@ -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,