diff options
author | Rob Richards <rrichards@php.net> | 2005-02-20 21:49:45 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2005-02-20 21:49:45 +0000 |
commit | b7cf6f4539fa315b5758cac319472bda11c79094 (patch) | |
tree | 23180bc683290dad3887a0890a5f4be84058aac8 /ext/libxml/php_libxml.h | |
parent | f67803801ea54debc49468b386e0bcae499c67e8 (diff) | |
download | php-git-b7cf6f4539fa315b5758cac319472bda11c79094.tar.gz |
add function to allow extensions to use new error handling if set by user
Diffstat (limited to 'ext/libxml/php_libxml.h')
-rw-r--r-- | ext/libxml/php_libxml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/libxml/php_libxml.h b/ext/libxml/php_libxml.h index 8c719402c9..429b6498d7 100644 --- a/ext/libxml/php_libxml.h +++ b/ext/libxml/php_libxml.h @@ -88,6 +88,7 @@ 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); PHP_LIBXML_API zval *php_libxml_switch_context(zval *context TSRMLS_DC); +PHP_LIBXML_API void php_libxml_issue_error(int level, const char *msg TSRMLS_DC); #endif /* HAVE_LIBXML */ |