Skip to content

Commit 67e2a4c

Browse files
committed
[skip ci] 8.4 | UPGRADING: various tweaks
1 parent a5f8cbd commit 67e2a4c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

UPGRADING

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ PHP 8.4 UPGRADE NOTES
359359

360360
- Standard:
361361
. 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.
363363
RFC: https://wiki.php.net/rfc/dedicated_stream_bucket
364364
. Added a new RoundingMode enum with clearer naming and improved discoverability
365365
compared to the PHP_ROUND_* constants.
@@ -489,6 +489,7 @@ PHP 8.4 UPGRADE NOTES
489489
. Calling stream_context_set_option() with 2 arguments is deprecated.
490490
Use stream_context_set_options() instead.
491491
. Raising zero to the power of negative number is deprecated.
492+
RFC: https://wiki.php.net/rfc/raising_zero_to_power_of_negative_number
492493
. Unserializing strings using the uppercase 'S' tag is deprecated.
493494
RFC: https://wiki.php.net/rfc/deprecations_php_8_4
494495

@@ -669,6 +670,7 @@ PHP 8.4 UPGRADE NOTES
669670
the IANA identifier from a given timezone.
670671
. Added grapheme_str_split which allow to support emoji and Variation
671672
Selectors.
673+
RFC: https://wiki.php.net/rfc/grapheme_str_split
672674
. Added IntlDateFormatter::parseToCalendar which behaves like
673675
IntlDateFormatter::parse except the time zone is updated.
674676
. Added SpoofChecker::setAllowedChars to limit the range of unicode
@@ -722,7 +724,9 @@ PHP 8.4 UPGRADE NOTES
722724
. Added the http_get_last_response_headers() and
723725
http_clear_last_response_headers() that allows retrieving the same content
724726
as the magic $http_response_header variable.
727+
RFC: https://wiki.php.net/rfc/http-last-response-headers
725728
. Added function fpow() following rules of IEEE 754.
729+
RFC: https://wiki.php.net/rfc/raising_zero_to_power_of_negative_number
726730
. Added functions array_find(), array_find_key(), array_all(), and
727731
array_any().
728732
RFC: https://wiki.php.net/rfc/array_find
@@ -746,6 +750,10 @@ PHP 8.4 UPGRADE NOTES
746750
7. New Classes and Interfaces
747751
========================================
748752

753+
- Core:
754+
. New RequestParseBodyException.
755+
RFC: https://wiki.php.net/rfc/rfc1867-non-post
756+
749757
- DOM:
750758
. Implemented DOM HTML5 parsing and serialization.
751759
RFC: https://wiki.php.net/rfc/domdocument_html5_parser.

0 commit comments

Comments
 (0)