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).