diff options
Diffstat (limited to 'ext/dom/cdatasection.c')
-rw-r--r-- | ext/dom/cdatasection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/cdatasection.c b/ext/dom/cdatasection.c index a2f0589464..a126cec573 100644 --- a/ext/dom/cdatasection.c +++ b/ext/dom/cdatasection.c @@ -54,7 +54,7 @@ PHP_METHOD(domcdatasection, __construct) xmlNodePtr nodep = NULL, oldnode = NULL; dom_object *intern; char *value = NULL; - int value_len; + size_t value_len; zend_error_handling error_handling; zend_replace_error_handling(EH_THROW, dom_domexception_class_entry, &error_handling TSRMLS_CC); |