We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2f454 commit 843946aCopy full SHA for 843946a
UPGRADING
@@ -251,6 +251,11 @@ PHP 8.4 UPGRADE NOTES
251
. ReflectionClassConstant::__toString() and ReflectionProperty::__toString()
252
now returns the attached doc comments.
253
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
+
259
- SOAP:
260
. Added support for clark notation for namespaces in class map.
261
It is now possible to specify entries in a class map with clark notation
0 commit comments