* PHP-7.4:
Fix #75850: Unclear error message wrt. __halt_compiler() w/o semicolon
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2021, PHP 7.4.16
+?? ??? 2021, PHP 8.0.3
+
+- Gettext:
+ . Fixed bug #53251 (bindtextdomain with null dir doesn't return old value).
+ (cmb)
+
+- Opcache:
+ . Fixed bug #80634 (write_property handler of internal classes is skipped on
+ preloaded JITted code). (Dmitry)
-- Zip:
- . Fixed bug #80648 (Fix for bug 79296 should be based on runtime version).
- (cmb, Remi)
-
-21 Jan 2021, PHP 7.4.15
+ - Phar:
+ . Fixed bug #75850 (Unclear error message wrt. __halt_compiler() w/o
+ semicolon) (cmb)
+
+21 Jan 2021, PHP 8.0.2
- Core:
. Fixed bug #80523 (bogus parse error on >4GB source code). (Nikita)