From: Christoph M. Becker Date: Tue, 22 Oct 2019 07:51:44 +0000 (+0200) Subject: Merge branch 'PHP-7.3' into PHP-7.4 X-Git-Tag: php-7.4.0RC5~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9df44cab424034e4858d5fb2ead0f8bfbc87561;p=php Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Update NEWS --- c9df44cab424034e4858d5fb2ead0f8bfbc87561 diff --cc NEWS index 3e5b9a5cd1,25df4d6e99..a192b92ea4 --- a/NEWS +++ b/NEWS @@@ -1,37 -1,8 +1,39 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 7.3.12 +?? ??? ????, PHP 7.4.0RC5 + +- COM: + . Fixed bug #78694 (Appending to a variant array causes segfault). (cmb) + +- Date: + . Fixed bug #70153 (\DateInterval incorrectly unserialized). (Maksim Iakunin) + +- FPM: ++ . Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE). ++ (CVE-2019-11043) (Jakub Zelenka) + . Fixed bug #74083 (master PHP-fpm is stopped on multiple reloads). + (Maksim Nikulin) + +-Opcache: + . Fixed bug #78512 (Cannot make preload work). (Dmitry) + +- Reflection: + . Fixed bug #78697 (ReflectionClass::implementsInterface - inaccurate error + message with traits). (villfa) + +- Testing: + . Fixed bug #78684 (PCRE bug72463_2 test is sending emails on Linux). (cmb) + +17 Oct 2019, PHP 7.4.0RC4 - Core: + . Fixed bug #78614 (Does not compile with DTRACE anymore). + (tz at FreeBSD dot org) + . Fixed bug #78620 (Out of memory error). (cmb, Nikita) + . Fixed bug #78632 (method_exists() in php74 works differently from php73 in + checking priv. methods). (Nikita) + . Fixed bug #78644 (SEGFAULT in ZEND_UNSET_OBJ_SPEC_VAR_CONST_HANDLER). + (Nikita) . Fixed bug #78658 (Memory corruption using Closure::bindTo). (Nikita) . Fixed bug #78656 (Parse errors classified as highest log-level). (Erik Lundin)