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

1  2 
NEWS
ext/reflection/php_reflection.c
ext/reflection/tests/ReflectionClass_implementsInterface_001.phpt

diff --cc NEWS
index 753fa5806cc43d0f5706da8e656029d7c49dc642,2e7984985a81532b559e0c43034e6c8092859088..f914d9d264fbf4e0c799f323d72a0f0ecab94716
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -58,13 -485,12 +58,17 @@@ PH
      (krakjoe)
    . Fixed bug #77805 (phpdbg build fails when readline is shared). (krakjoe)
  
 -- SimpleXML:
 -  . Implemented FR #65215 (SimpleXMLElement could register as implementing
 -    Countable). (LeSuisse)
++- Reflection:
++  . Fixed bug #78697 (ReflectionClass::implementsInterface - inaccurate error 
++    message with traits). (villfa)
 -- Sockets:
 -  . Fixed bug #67619 (Validate length on socket_write). (thiagooak)
 +- Session:
 +  . Fixed bug #78624 (session_gc return value for user defined session
 +    handlers). (bshaffer)
 +
 +- SimpleXML:
 +  . Fixed bug #75245 (Don't set content of elements with only whitespaces).
 +    (eriklundin)
  
  - sodium:
    . Fixed bug #77646 (sign_detached() strings not terminated). (Frank)
Simple merge