File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ PHP NEWS
21
21
references). (Arnaud, timwolla)
22
22
. Introduced the TAILCALL VM, enabled by default when compiling with Clang>=19
23
23
on x86_64 or aarch64. (Arnaud)
24
+ . Enacted the follow-up phase of the "Path to Saner Increment/Decrement
25
+ operators" RFC, meaning that incrementing non-numeric strings is now
26
+ deprecated. (Girgias).
24
27
25
28
- Filter:
26
29
. Added support for configuring the URI parser for FILTER_VALIDATE_URL
Original file line number Diff line number Diff line change @@ -356,6 +356,10 @@ PHP 8.5 UPGRADE NOTES
356
356
. Constant redeclaration is deprecated and that behavior will trigger an
357
357
error in PHP 9.
358
358
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_constant_redeclaration
359
+ . Enacted the follow-up phase of the "Path to Saner Increment/Decrement
360
+ operators" RFC, meaning that incrementing non-numeric strings is now
361
+ deprecated. Instead the str_increment() function should be used.
362
+ RFC: https://wiki.php.net/rfc/deprecations_php_8_5#enact_follow-up_phase_of_the_path_to_saner_incrementdecrement_operators_rfc
359
363
360
364
- Curl:
361
365
. The curl_close() function has been deprecated, as CurlHandle objects are
You can’t perform that action at this time.
0 commit comments