mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Add forgotten UPGRADING note for doc comment handling related changes
[skip-ci]
This commit is contained in:
parent
f2e199e878
commit
7266e4fc6d
1 changed files with 2 additions and 0 deletions
|
@ -229,6 +229,8 @@ PHP 8.4 UPGRADE NOTES
|
||||||
- Reflection:
|
- Reflection:
|
||||||
. ReflectionAttribute now contains a $name property to improve the debugging
|
. ReflectionAttribute now contains a $name property to improve the debugging
|
||||||
experience.
|
experience.
|
||||||
|
. ReflectionClassConstant::__toString() and ReflectionProperty::__toString()
|
||||||
|
now returns the attached doc comments.
|
||||||
|
|
||||||
- SOAP:
|
- SOAP:
|
||||||
. Added support for clark notation for namespaces in class map.
|
. Added support for clark notation for namespaces in class map.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue