diff options
Diffstat (limited to 'ext/xml/php_xml.h')
-rw-r--r-- | ext/xml/php_xml.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h index 23d89c0fd2..ee582bee66 100644 --- a/ext/xml/php_xml.h +++ b/ext/xml/php_xml.h @@ -127,6 +127,8 @@ PHP_FUNCTION(utf8_encode); PHP_FUNCTION(utf8_decode); PHP_FUNCTION(xml_parse_into_struct); +PHPAPI char *_xml_zval_strdup(zval *val); + #else /* !HAVE_LIBEXPAT */ # define xml_module_ptr NULL |