File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ PHP NEWS
30
30
. Prohibit pipe & arrow function combination that leads to confusing parse
31
31
trees. (ilutov)
32
32
. The disable_classes INI directive has been removed. (Girgias)
33
+ . The locally predefined variable $http_response_header is deprecated.
34
+ (Girgias)
33
35
34
36
- Filter:
35
37
. Added support for configuring the URI parser for FILTER_VALIDATE_URL
Original file line number Diff line number Diff line change @@ -464,6 +464,9 @@ PHP 8.5 UPGRADE NOTES
464
464
. Passing integers outside the interval [0, 255] to chr() is now deprecated.
465
465
This is because a byte can only hold a value within this interval.
466
466
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_passing_integers_outside_the_interval_0_255_to_chr
467
+ . Relying locally predefined variable $http_response_header is deprecated.
468
+ Instead one should call the http_get_last_response_headers() function.
469
+ RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_http_response_header_predefined_variable
467
470
468
471
- XML:
469
472
. The xml_parser_free() function has been deprecated, as XMLParser objects
You can’t perform that action at this time.
0 commit comments