mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
export xml_utf8_decode for wddx module
This commit is contained in:
parent
6e2bf336f6
commit
1fc8733dbf
2 changed files with 2 additions and 2 deletions
|
@ -129,6 +129,7 @@ PHP_FUNCTION(utf8_decode);
|
|||
PHP_FUNCTION(xml_parse_into_struct);
|
||||
|
||||
PHPAPI char *_xml_zval_strdup(zval *val);
|
||||
PHPAPI char *xml_utf8_decode(const XML_Char *, int, int *, const XML_Char *);
|
||||
|
||||
#endif /* HAVE_LIBEXPAT */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue