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 @@ -17,6 +17,8 @@ PHP NEWS
1717
1818- Standard:
1919 . Fixed bug GH-16649 (UAF during array_splice). (alexandre-daubois)
20+ . Passing integers outside the interval [0, 255] to chr() is now deprecated.
21+ (Girgias)
2022
212314 Aug 2025, PHP 8.5.0beta1
2224
Original file line number Diff line number Diff line change @@ -423,6 +423,9 @@ PHP 8.5 UPGRADE NOTES
423423 opened directory has been deprecated. Provide the last opened directory
424424 explicitly instead.
425425 RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_passing_null_to_readdir_rewinddir_and_closedir
426+ . Passing integers outside the interval [0, 255] to chr() is now deprecated.
427+ This is because a byte can only hold a value within this interval.
428+ RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_passing_integers_outside_the_interval_0_255_to_chr
426429
427430- XML:
428431 . The xml_parser_free() function has been deprecated, as XMLParser objects
You can’t perform that action at this time.
0 commit comments