Author: Daniel Scherzer (DanielEScherzer) Date: 2025-11-20T17:48:44+02:00 Commit: https://github.com/php/web-php/commit/55a047761081e8207c17dbba59f3bf0e4743bd5e Raw diff: https://github.com/php/web-php/commit/55a047761081e8207c17dbba59f3bf0e4743bd5e.diff
DelayedTargetValidation changelog Changed paths: M ChangeLog-8.php Diff: diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 6e6db6dc18..aa98403404 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -19,6 +19,7 @@ <li>Added get_error_handler(), get_exception_handler() functions.</li> <li>Added support for casts in constant expressions.</li> <li>Added the pipe (|>) operator.</li> + <li>Added the #[\DelayedTargetValidation] attribute to delay target errors for internal attributes from compile time to runtime.</li> <li>Added support for `final` with constructor property promotion.</li> <li>Added support for configuring the URI parser for the FTP/FTPS as well as the SSL/TLS stream wrappers as described in https://wiki.php.net/rfc/url_parsing_api#plugability.</li> <li>Added PHP_BUILD_PROVIDER constant.</li>
