]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorJoe Watkins <krakjoe@php.net>
Mon, 21 Oct 2019 07:23:44 +0000 (09:23 +0200)
committerJoe Watkins <krakjoe@php.net>
Mon, 21 Oct 2019 07:24:41 +0000 (09:24 +0200)
* PHP-7.3:
  Fix bug #78697: inaccurate error message

1  2 
NEWS
ext/reflection/php_reflection.c

diff --cc NEWS
index bd3d4c2fa047c2d023ac30686073d808c1fa7098,ae815659a3086f43b859607c27b3be55b948f38f..2e7984985a81532b559e0c43034e6c8092859088
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,30 -1,8 +1,34 @@@
  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 #74083 (master PHP-fpm is stopped on multiple reloads).
 +    (Maksim Nikulin)
 +
++- 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)
Simple merge