mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Move dom_attr_value() into ext/libxml
This commit is contained in:
parent
70acd6e9ad
commit
fae25ca2df
5 changed files with 34 additions and 33 deletions
|
@ -172,6 +172,8 @@ 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 xmlChar *php_libxml_attr_value(const xmlAttr *attr, bool *free);
|
||||
|
||||
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