]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.4' into PHP-8.0
authorDmitry Stogov <dmitry@zend.com>
Wed, 28 Oct 2020 10:51:17 +0000 (13:51 +0300)
committerDmitry Stogov <dmitry@zend.com>
Wed, 28 Oct 2020 10:51:17 +0000 (13:51 +0300)
* PHP-7.4:
  Fixed run-time binding of preloaded dynamically declared function

1  2 
NEWS
Zend/zend_compile.c

diff --cc NEWS
index 1c3eee15354b374a0c28cfa9472eb5111fc085c1,64968cb7ddc6e90de1fdb05646ddcd0f440f437e..35449c4694855d77ac0da1e0eb953b25edee729c
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,17 -1,8 +1,19 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2020, PHP 7.4.13
 +?? ??? ????, PHP 8.0.0RC4
 +
- - Standard:
++- Opcache:
++  . Fixed run-time binding of preloaded dynamically declared function. (Dmitry)
 +
++- Standard:
 +  . Don't force rebuild of symbol table, when populating $http_response_header
 +    variable by the HTTP stream wrapper. (Dmitry)
 +
 +29 Oct 2020, PHP 8.0.0RC3
  
  - Core:
 +  . Fixed bug #8055 (Abstract trait methods returning "self" cannot be
 +    fulfilled by traits). (Nikita)
    . Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date).
      (cmb)
    . Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors).
Simple merge