Skip to content

Commit 64a9716

Browse files
committed
fixup! htmlCtxtSetOptions only avail since 2.14
1 parent f2ceb97 commit 64a9716

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
@@ -2090,7 +2090,7 @@ static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */
20902090
ctxt->sax->error = php_libxml_ctx_error;
20912091
ctxt->sax->warning = php_libxml_ctx_warning;
20922092
}
2093-
#if LIBXML_VERSION >= 21300
2093+
#if LIBXML_VERSION >= 21400
20942094
if (options) {
20952095
htmlCtxtSetOptions(ctxt, (int)options);
20962096
}

0 commit comments

Comments
 (0)