summaryrefslogtreecommitdiff
path: root/ext/libxml/php_libxml.h
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2004-09-08 10:15:41 +0000
committerRob Richards <rrichards@php.net>2004-09-08 10:15:41 +0000
commitccb99d0a1e3e2240ad803436c34fd055feeb59cc (patch)
tree3a93f8a5e0d7a063ff81e7160586e3fdaf6cf952 /ext/libxml/php_libxml.h
parent9ed4b04f6a43115424cfae684fd3d211e29d1a58 (diff)
downloadphp-git-ccb99d0a1e3e2240ad803436c34fd055feeb59cc.tar.gz
implement php_libxml_xmlCheckUTF8
- workaround for pre libxml2-2.6.13 function
Diffstat (limited to 'ext/libxml/php_libxml.h')
-rw-r--r--ext/libxml/php_libxml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/libxml/php_libxml.h b/ext/libxml/php_libxml.h
index 5642abc627..9f7c96f2ed 100644
--- a/ext/libxml/php_libxml.h
+++ b/ext/libxml/php_libxml.h
@@ -80,6 +80,7 @@ void php_libxml_node_decrement_resource(php_libxml_node_object *object TSRMLS_DC
PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...);
void php_libxml_ctx_warning(void *ctx, const char *msg, ...);
void php_libxml_ctx_error(void *ctx, const char *msg, ...);
+PHP_LIBXML_API int php_libxml_xmlCheckUTF8(const unsigned char *s);
#endif /* HAVE_LIBXML */