mirror of
https://github.com/php/php-src.git
synced 2025-08-17 06:28:50 +02:00
[ci skip] Update UPGRADING.INTERNALS
This commit is contained in:
parent
941a7e59d9
commit
b4917d8a19
1 changed files with 11 additions and 9 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue