mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Only register error handling when observable
Closes GH-13702.
This commit is contained in:
parent
9fd74cfc9d
commit
b955973818
5 changed files with 40 additions and 10 deletions
|
@ -163,6 +163,7 @@ PHP_LIBXML_API void php_libxml_issue_error(int level, const char *msg);
|
|||
PHP_LIBXML_API bool php_libxml_disable_entity_loader(bool disable);
|
||||
PHP_LIBXML_API void php_libxml_set_old_ns(xmlDocPtr doc, xmlNsPtr ns);
|
||||
PHP_LIBXML_API php_stream_context *php_libxml_get_stream_context(void);
|
||||
PHP_LIBXML_API bool php_libxml_uses_internal_errors(void);
|
||||
|
||||
PHP_LIBXML_API zend_string *php_libxml_sniff_charset_from_string(const char *start, const char *end);
|
||||
PHP_LIBXML_API zend_string *php_libxml_sniff_charset_from_stream(const php_stream *s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue