Skip to content

Commit d1ffe6a

Browse files
committed
Fix extension order in UPGRADING.INTERNALS
1 parent f037d49 commit d1ffe6a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

UPGRADING.INTERNALS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ PHP 8.6 INTERNALS UPGRADE NOTES
8484
3. Module changes
8585
========================
8686

87-
- ext/xml:
88-
. Removed the XML_ExpatVersion() libxml compatibility wrapper,
89-
as it was unused.
90-
. Removed the XML_GetCurrentByteCount() libxml compatibility wrapper,
91-
as it was unused and could return the wrong result.
92-
9387
- ext/mbstring:
9488
. Added GB18030-2022 to default encoding list for zh-CN.
9589

@@ -111,6 +105,12 @@ PHP 8.6 INTERNALS UPGRADE NOTES
111105
. _php_error_log_ex() has been removed.
112106
. php_mail()'s extra_cmd parameter is now a zend_string*.
113107

108+
- ext/xml:
109+
. Removed the XML_ExpatVersion() libxml compatibility wrapper,
110+
as it was unused.
111+
. Removed the XML_GetCurrentByteCount() libxml compatibility wrapper,
112+
as it was unused and could return the wrong result.
113+
114114
========================
115115
4. OpCode changes
116116
========================

0 commit comments

Comments
 (0)