mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
UPGRADING: document #[\Attribute] validation from GH-19154
[skip ci]
This commit is contained in:
parent
c416191a00
commit
6280dfc025
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ PHP 8.5 UPGRADE NOTES
|
|||
immediately, without calling user-defined error handlers.
|
||||
. Exceptions thrown by user-defined error handlers when handling class linking
|
||||
errors are not promoted to fatal errors anymore and do not prevent linking.
|
||||
. Applying #[\Attribute] to an abstract class, enum, interface, or trait triggers
|
||||
an error during compilation. Previously, the attribute could be added, but when
|
||||
ReflectionAttribute::newInstance() was called an error would be thrown.
|
||||
|
||||
- DOM:
|
||||
. Cloning a DOMNamedNodeMap, DOMNodeList, Dom\NamedNodeMap, Dom\NodeList,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue