From: Christoph M. Becker Date: Wed, 9 Oct 2019 15:29:34 +0000 (+0200) Subject: Merge branch 'PHP-7.3' into PHP-7.4 X-Git-Tag: php-7.4.0RC4~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=973617cacd9a289ebc71de7bf205d9bad0ca150c;p=php Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #78656: Parse errors classified as highest log-level --- 973617cacd9a289ebc71de7bf205d9bad0ca150c diff --cc NEWS index 43791a4b7e,facfaf0724..f99c955000 --- a/NEWS +++ b/NEWS @@@ -1,20 -1,12 +1,22 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 7.3.12 +?? ??? ????, 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) +- COM: + . Fixed bug #78650 (new COM Crash). (cmb) + - Iconv: . Fixed bug #78642 (Wrong libiconv version displayed). (gedas at martynas, cmb).