Expose the xml_utf8_encode function.

This commit is contained in:
Ilia Alshanetsky 2006-08-02 15:21:54 +00:00
parent e5635a81af
commit e79e9fade6
2 changed files with 2 additions and 2 deletions

View file

@ -141,6 +141,7 @@ 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 *);
PHPAPI char *xml_utf8_encode(const char *s, int len, int *newlen, const XML_Char *encoding);
#endif /* HAVE_LIBEXPAT */