Skip to content

Commit f90a32c

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Fix build
2 parents acfa564 + edc1309 commit f90a32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dom/document.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ PHP_METHOD(DOMDocument, importNode)
788788

789789
/* If there is no root, the namespace cannot be attached to it, so we have to attach it to the old list. */
790790
if (nsptr != NULL && root == NULL) {
791-
dom_set_old_ns(nodep->doc, nsptr);
791+
php_libxml_set_old_ns(nodep->doc, nsptr);
792792
}
793793
}
794794
retnodep->ns = nsptr;

0 commit comments

Comments
 (0)