Fix bug number

This commit is contained in:
Christoph M. Becker 2020-11-26 23:34:35 +01:00
parent 3697648be5
commit 49e1ed1941

2
NEWS
View File

@ -107,7 +107,7 @@ PHP NEWS
. Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date).
(cmb)
. Fixed bug #80334 (assert() vs named parameters - confusing error). (Nikita)
. Fixed bug #8055 (Abstract trait methods returning "self" cannot be
. Fixed bug #80055 (Abstract trait methods returning "self" cannot be
fulfilled by traits). (Nikita)
. Fixed faulty generator cleanup with yield from. (Bob)
. Implement #[Attr] Attribute syntax as per final vote in RFC