1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

UPGRADING: Document NoDiscard new class [skip ci] (#19492)

This commit is contained in:
Daniel Scherzer
2025-08-15 13:34:21 -07:00
committed by GitHub
parent 4d3ccc21d0
commit 7ca21d2e07

View File

@@ -638,6 +638,10 @@ PHP 8.5 UPGRADE NOTES
7. New Classes and Interfaces
========================================
- Core:
. NoDiscard attribute was added.
RFC: https://wiki.php.net/rfc/marking_return_value_as_important
- Curl:
. CurlSharePersistentHandle representing a share handle that is persisted
across multiple PHP requests.