Skip to content

Commit aaf1201

Browse files
committed
add php_unescape_html_entities() proto to the header
(fixes #39665)
1 parent d55eb93 commit aaf1201

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/html.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ PHP_FUNCTION(html_entity_decode);
3838
PHP_FUNCTION(get_html_translation_table);
3939

4040
PHPAPI char *php_escape_html_entities(unsigned char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset TSRMLS_DC);
41+
PHPAPI char *php_unescape_html_entities(unsigned char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset TSRMLS_DC);
4142

4243
#endif /* HTML_H */

0 commit comments

Comments
 (0)