mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Another build fix relating to previous DOM commit
This commit is contained in:
parent
fee9fe0334
commit
e35f670e2d
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ static void xsl_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int t
|
|||
node->parent = nsparent;
|
||||
node->ns = curns;
|
||||
}
|
||||
child = php_dom_create_object(node, &ret, NULL, child, domintern TSRMLS_CC);
|
||||
child = php_dom_create_object(node, &ret, child, domintern TSRMLS_CC);
|
||||
add_next_index_zval(args[i], child);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue