@@ -359,7 +359,7 @@ PHP 8.4 UPGRADE NOTES
359
359
360
360
- Standard:
361
361
. stream_bucket_make_writeable() and stream_bucket_new() will now return a
362
- StreamBucket instance instead of an stdClass instance.
362
+ StreamBucket instance instead of an instance of stdClass .
363
363
RFC: https://wiki.php.net/rfc/dedicated_stream_bucket
364
364
. Added a new RoundingMode enum with clearer naming and improved discoverability
365
365
compared to the PHP_ROUND_* constants.
@@ -489,6 +489,7 @@ PHP 8.4 UPGRADE NOTES
489
489
. Calling stream_context_set_option() with 2 arguments is deprecated.
490
490
Use stream_context_set_options() instead.
491
491
. Raising zero to the power of negative number is deprecated.
492
+ RFC: https://wiki.php.net/rfc/raising_zero_to_power_of_negative_number
492
493
. Unserializing strings using the uppercase 'S' tag is deprecated.
493
494
RFC: https://wiki.php.net/rfc/deprecations_php_8_4
494
495
@@ -669,6 +670,7 @@ PHP 8.4 UPGRADE NOTES
669
670
the IANA identifier from a given timezone.
670
671
. Added grapheme_str_split which allow to support emoji and Variation
671
672
Selectors.
673
+ RFC: https://wiki.php.net/rfc/grapheme_str_split
672
674
. Added IntlDateFormatter::parseToCalendar which behaves like
673
675
IntlDateFormatter::parse except the time zone is updated.
674
676
. Added SpoofChecker::setAllowedChars to limit the range of unicode
@@ -722,7 +724,9 @@ PHP 8.4 UPGRADE NOTES
722
724
. Added the http_get_last_response_headers() and
723
725
http_clear_last_response_headers() that allows retrieving the same content
724
726
as the magic $http_response_header variable.
727
+ RFC: https://wiki.php.net/rfc/http-last-response-headers
725
728
. Added function fpow() following rules of IEEE 754.
729
+ RFC: https://wiki.php.net/rfc/raising_zero_to_power_of_negative_number
726
730
. Added functions array_find(), array_find_key(), array_all(), and
727
731
array_any().
728
732
RFC: https://wiki.php.net/rfc/array_find
@@ -746,6 +750,10 @@ PHP 8.4 UPGRADE NOTES
746
750
7. New Classes and Interfaces
747
751
========================================
748
752
753
+ - Core:
754
+ . New RequestParseBodyException.
755
+ RFC: https://wiki.php.net/rfc/rfc1867-non-post
756
+
749
757
- DOM:
750
758
. Implemented DOM HTML5 parsing and serialization.
751
759
RFC: https://wiki.php.net/rfc/domdocument_html5_parser.
0 commit comments