diff options
Diffstat (limited to 'ext/dom/document.c')
-rw-r--r-- | ext/dom/document.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/dom/document.c b/ext/dom/document.c index b5402472b7..393f178882 100644 --- a/ext/dom/document.c +++ b/ext/dom/document.c @@ -2157,7 +2157,8 @@ static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ dom_object *intern; dom_doc_propsptr doc_prop; char *source; - int source_len, refcount, ret, options = 0; + int source_len, refcount, ret; + long options = 0; htmlParserCtxtPtr ctxt; id = getThis(); |