File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,12 +84,6 @@ PHP 8.6 INTERNALS UPGRADE NOTES
84843. 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========================
1151154. OpCode changes
116116========================
You can’t perform that action at this time.
0 commit comments