Skip to content

Commit

Permalink
Fix bug number
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Nov 26, 2020
1 parent 285e94b commit e55aaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLog-8.php
Expand Up @@ -68,7 +68,7 @@
<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>
Expand Down

0 comments on commit e55aaa0

Please sign in to comment.