Commit:    e55aaa02ac5e032c493fe523b6c56bbf89e42b50
Author:    Christoph M. Becker <cmbecke...@gmx.de>         Thu, 26 Nov 2020 
23:12:17 +0100
Parents:   285e94b4b56c7a5d702ae32b9dca9ea36b16dd25
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=e55aaa02ac5e032c493fe523b6c56bbf89e42b50

Log:
Fix bug number

Changed paths:
  M  ChangeLog-8.php


Diff:
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
   <li><?php bugfix(80258); ?> (Windows Deduplication Enabled, randon 
permission errors).</li>
   <li><?php bugfix(80280); ?> (ADD_EXTENSION_DEP() fails for ext/standard and 
ext/date).</li>
   <li><?php bugfix(80334); ?> (assert() vs named parameters - confusing 
error).</li>
-  <li><?php bugfix(8055); ?> (Abstract trait methods returning "self" cannot 
be fulfilled by traits).</li>
+  <li><?php bugfix(80055); ?> (Abstract trait methods returning "self" cannot 
be fulfilled by traits).</li>
   <li>Fixed faulty generator cleanup with yield from.</li>
   <li>Implement #[Attr] Attribute syntax as per final vote in RFC 
https://wiki.php.net/rfc/shorter_attribute_syntax_change</li>
   <li>Implemented FR <?php bugl(47074); ?> (phpinfo() reports "On" as 1 for 
the some extensions).</li>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to