From e55aaa02ac5e032c493fe523b6c56bbf89e42b50 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 26 Nov 2020 23:12:17 +0100 Subject: [PATCH] Fix bug number --- ChangeLog-8.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 0b32fb53c..f21d8da08 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -68,7 +68,7 @@ site_header("PHP 8 ChangeLog", array("current" => "docs", "css" => array("change
  • (Windows Deduplication Enabled, randon permission errors).
  • (ADD_EXTENSION_DEP() fails for ext/standard and ext/date).
  • (assert() vs named parameters - confusing error).
  • -
  • (Abstract trait methods returning "self" cannot be fulfilled by traits).
  • +
  • (Abstract trait methods returning "self" cannot be fulfilled by traits).
  • Fixed faulty generator cleanup with yield from.
  • Implement #[Attr] Attribute syntax as per final vote in RFC https://wiki.php.net/rfc/shorter_attribute_syntax_change
  • Implemented FR (phpinfo() reports "On" as 1 for the some extensions).