[ci skip] Update UPGRADING.INTERNALS

This commit is contained in:
nielsdos 2023-06-26 21:59:04 +02:00 committed by Niels Dossche
parent 941a7e59d9
commit b4917d8a19

View file

@ -136,6 +136,8 @@ PHP 8.3 INTERNALS UPGRADE NOTES
the strings. the strings.
- The functions dom_parent_node_prepend(), dom_parent_node_append(), dom_parent_node_after(), and - The functions dom_parent_node_prepend(), dom_parent_node_append(), dom_parent_node_after(), and
dom_parent_node_before() now use an uint32_t argument for the number of nodes instead of int. dom_parent_node_before() now use an uint32_t argument for the number of nodes instead of int.
- There is now a helper function php_dom_get_content_into_zval() to get the contents of a node.
This avoids allocation if possible.
g. ext/libxml g. ext/libxml
- Two new functions: php_libxml_invalidate_node_list_cache_from_doc() and - Two new functions: php_libxml_invalidate_node_list_cache_from_doc() and