mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
implement php_libxml_xmlCheckUTF8
- workaround for pre libxml2-2.6.13 function
This commit is contained in:
parent
9ed4b04f6a
commit
ccb99d0a1e
2 changed files with 27 additions and 0 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue