]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 9 Oct 2019 15:29:34 +0000 (17:29 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 9 Oct 2019 15:29:54 +0000 (17:29 +0200)
* PHP-7.3:
  Fix #78656: Parse errors classified as highest log-level

1  2 
NEWS
main/main.c

diff --cc NEWS
index 43791a4b7e9e0ef9a1d4eaebe78b43e6cd41a4de,facfaf0724cb41c1fe057639f053b822f0db964f..f99c9550005d6aa2ac9d4fde799b14a16e87c912
--- 1/NEWS
--- 2/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).
diff --cc main/main.c
Simple merge