File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ PHP NEWS
37
37
(ilutov)
38
38
. Fixed bug GH-18033 (NULL-ptr dereference when using register_tick_function
39
39
in destructor). (nielsdos)
40
+ . Added the (void) cast to indicate that not using a value is intentional.
41
+ (timwolla)
40
42
41
43
- Curl:
42
44
. Added curl_multi_get_handles(). (timwolla)
Original file line number Diff line number Diff line change @@ -106,6 +106,9 @@ PHP 8.5 UPGRADE NOTES
106
106
. Fatal Errors (such as an exceeded maximum execution time) now include a
107
107
backtrace.
108
108
RFC: https://wiki.php.net/rfc/error_backtraces_v2
109
+ . Added the (void) to indicate that not using a value is intentional. The
110
+ (void) cast does nothing by itself.
111
+ RFC: https://wiki.php.net/rfc/marking_return_value_as_important
109
112
110
113
- Curl:
111
114
. Added support for share handles that are persisted across multiple PHP
You can’t perform that action at this time.
0 commit comments