PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016, PHP 5.6.20
+?? ??? 2016 PHP 7.0.5
+ - CLI Server:
+ . Fixed bug #69953 (Support MKCALENDAR request method). (Christoph)
+
- Core:
+ . Fixed bug #71695 (Global variables are reserved before execution).
+ (Laruence)
+ . Fixed bug #71629 (Out-of-bounds access in php_url_decode in context
+ php_stream_url_wrap_rfc2397). (mt at debian dot org)
+ . Fixed bug #71622 (Strings used in pass-as-reference cannot be used to
+ invoke C::$callable()). (Bob)
. Fixed bug #71596 (Segmentation fault on ZTS with date function
(setlocale)). (Anatol)
+ . Fixed bug #71535 (Integer overflow in zend_mm_alloc_heap()). (Dmitry)
+ . Fixed bug #71470 (Leaked 1 hashtable iterators). (Nikita)
+ . Fixed bug #71575 (ISO C does not allow extra ‘;’ outside of a function).
+ (asgrim)
- Curl:
. Fixed bug #71694 (Support constant CURLM_ADDED_ALREADY). (mpyw)