Skip to content

Commit 46243c8

Browse files
committedMar 24, 2025
NEWS/UPGRADING
1 parent e6ff592 commit 46243c8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎NEWS

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ PHP NEWS
3838
. Fixed bug GH-18033 (NULL-ptr dereference when using register_tick_function
3939
in destructor). (nielsdos)
4040
. Fixed bug GH-18026 (Improve "expecting token" error for ampersand). (ilutov)
41+
. Added the (void) cast to indicate that not using a value is intentional.
42+
(timwolla)
4143

4244
- Curl:
4345
. Added curl_multi_get_handles(). (timwolla)

‎UPGRADING

+3
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ PHP 8.5 UPGRADE NOTES
106106
. Fatal Errors (such as an exceeded maximum execution time) now include a
107107
backtrace.
108108
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
109112

110113
- Curl:
111114
. Added support for share handles that are persisted across multiple PHP

0 commit comments

Comments
 (0)
Failed to load comments.