]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.4' into PHP-8.0
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 28 Oct 2020 12:49:09 +0000 (13:49 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 28 Oct 2020 12:49:23 +0000 (13:49 +0100)
* PHP-7.4:
  Fix #79177: FFI doesn't handle well PHP exceptions within callback

1  2 
NEWS
ext/ffi/ffi.c

diff --cc NEWS
index 35449c4694855d77ac0da1e0eb953b25edee729c,017896befac85033f54af34a43fd5b7038626be7..fa8c96af8578e7e366646a751288f533d4dfbfe3
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,19 -1,8 +1,23 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2020, PHP 7.4.13
 +?? ??? ????, PHP 8.0.0RC4
 +
++- FFI:
++  . Fixed bug #79177 (FFI doesn't handle well PHP exceptions within callback).
++    (cmb, Dmitry, Nikita)
++
 +- 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).
diff --cc ext/ffi/ffi.c
Simple merge