mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Add upgrading note for the "Dedicated StreamBucket class" RFC
[skip-ci]
This commit is contained in:
parent
be2f454d6e
commit
843946a867
1 changed files with 5 additions and 0 deletions
|
@ -251,6 +251,11 @@ PHP 8.4 UPGRADE NOTES
|
|||
. ReflectionClassConstant::__toString() and ReflectionProperty::__toString()
|
||||
now returns the attached doc comments.
|
||||
|
||||
- Standard:
|
||||
. stream_bucket_make_writeable() and stream_bucket_new() will now return a
|
||||
StreamBucket instance instead of an stdClass instance.
|
||||
RFC: https://wiki.php.net/rfc/dedicated_stream_bucket
|
||||
|
||||
- SOAP:
|
||||
. Added support for clark notation for namespaces in class map.
|
||||
It is now possible to specify entries in a class map with clark notation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue