tony2001                Tue Nov 28 20:41:07 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/standard       html.h 
  Log:
  add php_unescape_html_entities() proto to the header
  (fixes #39665)
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.h?r1=1.20.2.1&r2=1.20.2.1.2.1&diff_format=u
Index: php-src/ext/standard/html.h
diff -u php-src/ext/standard/html.h:1.20.2.1 
php-src/ext/standard/html.h:1.20.2.1.2.1
--- php-src/ext/standard/html.h:1.20.2.1        Sun Jan  1 12:50:14 2006
+++ php-src/ext/standard/html.h Tue Nov 28 20:41:07 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: html.h,v 1.20.2.1 2006/01/01 12:50:14 sniper Exp $ */
+/* $Id: html.h,v 1.20.2.1.2.1 2006/11/28 20:41:07 tony2001 Exp $ */
 
 #ifndef HTML_H
 #define HTML_H
@@ -38,5 +38,6 @@
 PHP_FUNCTION(get_html_translation_table);
 
 PHPAPI char *php_escape_html_entities(unsigned char *old, int oldlen, int 
*newlen, int all, int quote_style, char *hint_charset TSRMLS_DC);
+PHPAPI char *php_unescape_html_entities(unsigned char *old, int oldlen, int 
*newlen, int all, int quote_style, char *hint_charset TSRMLS_DC);
 
 #endif /* HTML_H */

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to