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
17
17
18
18
- Standard:
19
19
. 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)
20
22
21
23
14 Aug 2025, PHP 8.5.0beta1
22
24
Original file line number Diff line number Diff line change @@ -423,6 +423,9 @@ PHP 8.5 UPGRADE NOTES
423
423
opened directory has been deprecated. Provide the last opened directory
424
424
explicitly instead.
425
425
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
426
429
427
430
- XML:
428
431
. The xml_parser_free() function has been deprecated, as XMLParser objects
You can’t perform that action at this time.
0 commit comments