]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 2 Oct 2018 16:20:15 +0000 (18:20 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 2 Oct 2018 16:20:25 +0000 (18:20 +0200)
1  2 
NEWS
ext/reflection/php_reflection.c

diff --cc NEWS
index bbc98278693c3daced647237d36fdd679f524a84,c6e43e94b95718981502c21f5ed3c089dd575c97..81f318d93f2611a8493ffd1d54997a559f40b7e8
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -15,16 -10,12 +15,18 @@@ PH
  - Reflection:
    . Fixed bug #76936 (Objects cannot access their private attributes while
      handling reflection errors). (Nikita)
+   . Fixed bug #66430 (ReflectionFunction::invoke does not invoke closure with
+     object scope). (Nikita)
  
 -11 Oct 2018, PHP 7.2.11
 +27 Sep 2018, PHP 7.3.0RC2
 +
 +- CURL:
 +  . Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
 +    (Pierrick)
  
  - Core:
 +  . Fixed bug #76869 (Incorrect bypassing protected method accessibilty check).
 +    (Dmitry)
    . Fixed bug #76800 (foreach inconsistent if array modified during loop).
      (Dmitry)
    . Fixed bug #76901 (method_exists on SPL iterator passthrough method corrupts
Simple merge