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

Update NEWS/UPGRADING for disable_classes removal

This commit is contained in:
Gina Peter Banyard
2025-08-25 22:27:17 +02:00
parent f4e2e91d4b
commit 1c1f08c282
2 changed files with 4 additions and 0 deletions

1
NEWS
View File

@@ -29,6 +29,7 @@ PHP NEWS
(ilutov)
. Prohibit pipe & arrow function combination that leads to confusing parse
trees. (ilutov)
. The disable_classes INI directive has been removed. (Girgias)
- Filter:
. Added support for configuring the URI parser for FILTER_VALIDATE_URL

View File

@@ -55,6 +55,9 @@ PHP 8.5 UPGRADE NOTES
ReflectionAttribute::newInstance() was called an error would be thrown.
The error can be delayed from compilation to runtime using the new
#[\DelayedTargetValidation] attribute.
. The disable_classes INI setting has been removed as it causes various
engine assumptions to be broken.
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#remove_disable_classes_ini_setting
- DOM:
. Cloning a DOMNamedNodeMap, DOMNodeList, Dom\NamedNodeMap, Dom\NodeList,