Skip to content

Commit 843946a

Browse files
committed
Add upgrading note for the "Dedicated StreamBucket class" RFC
[skip-ci]
1 parent be2f454 commit 843946a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADING

+5
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,11 @@ PHP 8.4 UPGRADE NOTES
251251
. ReflectionClassConstant::__toString() and ReflectionProperty::__toString()
252252
now returns the attached doc comments.
253253

254+
- Standard:
255+
. stream_bucket_make_writeable() and stream_bucket_new() will now return a
256+
StreamBucket instance instead of an stdClass instance.
257+
RFC: https://wiki.php.net/rfc/dedicated_stream_bucket
258+
254259
- SOAP:
255260
. Added support for clark notation for namespaces in class map.
256261
It is now possible to specify entries in a class map with clark notation

0 commit comments

Comments
 (0)