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:
1
NEWS
1
NEWS
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user