From 843946a8671cc56d33fd16e37ce6b4bd9aad8186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Thu, 11 Apr 2024 20:16:54 +0200 Subject: [PATCH] Add upgrading note for the "Dedicated StreamBucket class" RFC [skip-ci] --- UPGRADING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPGRADING b/UPGRADING index ebfa7ecde9d..39aafa82aa4 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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