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

Core changes should be first and then other extension are alphabetical

This commit is contained in:
Gina Peter Banyard
2025-08-25 22:28:39 +02:00
parent 1c1f08c282
commit e87767686c

View File

@@ -19,12 +19,6 @@ PHP 8.5 UPGRADE NOTES
1. Backward Incompatible Changes
========================================
- BZ2:
. bzcompress() now throws a ValueError when $block_size is not between
1 and 9.
. bzcompress() now throws a ValueError when $work_factor is not between
0 and 250.
- Core:
. It is no longer possible to use "array" and "callable" as class alias names
in class_alias().
@@ -59,6 +53,12 @@ PHP 8.5 UPGRADE NOTES
engine assumptions to be broken.
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#remove_disable_classes_ini_setting
- BZ2:
. bzcompress() now throws a ValueError when $block_size is not between
1 and 9.
. bzcompress() now throws a ValueError when $work_factor is not between
0 and 250.
- DOM:
. Cloning a DOMNamedNodeMap, DOMNodeList, Dom\NamedNodeMap, Dom\NodeList,
Dom\HTMLCollection, and Dom\DtdNamedNodeMap now fails.