Skip to content

Commit 9e0ad17

Browse files
author
foobar
committed
compile fix (missing TSRMLS_CC)
1 parent 52e3b4a commit 9e0ad17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/domxml/php_domxml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2519,7 +2519,7 @@ static void php_xpathptr_eval(INTERNAL_FUNCTION_PARAMETERS, int mode, int expr)
25192519
convert_to_string(str);
25202520

25212521
if (contextnode) {
2522-
contextnodep = php_dom_get_object(contextnode, le_domxmlnodep, 0);
2522+
contextnodep = php_dom_get_object(contextnode, le_domxmlnodep, 0 TSRMLS_CC);
25232523
}
25242524
ctxp->node = contextnodep;
25252525

0 commit comments

Comments
 (0)