Skip to content

Commit e877676

Browse files
committed
Core changes should be first and then other extension are alphabetical
1 parent 1c1f08c commit e877676

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

UPGRADING

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ PHP 8.5 UPGRADE NOTES
1919
1. Backward Incompatible Changes
2020
========================================
2121

22-
- BZ2:
23-
. bzcompress() now throws a ValueError when $block_size is not between
24-
1 and 9.
25-
. bzcompress() now throws a ValueError when $work_factor is not between
26-
0 and 250.
27-
2822
- Core:
2923
. It is no longer possible to use "array" and "callable" as class alias names
3024
in class_alias().
@@ -59,6 +53,12 @@ PHP 8.5 UPGRADE NOTES
5953
engine assumptions to be broken.
6054
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#remove_disable_classes_ini_setting
6155

56+
- BZ2:
57+
. bzcompress() now throws a ValueError when $block_size is not between
58+
1 and 9.
59+
. bzcompress() now throws a ValueError when $work_factor is not between
60+
0 and 250.
61+
6262
- DOM:
6363
. Cloning a DOMNamedNodeMap, DOMNodeList, Dom\NamedNodeMap, Dom\NodeList,
6464
Dom\HTMLCollection, and Dom\DtdNamedNodeMap now fails.

0 commit comments

Comments
 (0)