Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c html.c html.h

2005-03-07 Thread Moriyoshi Koizumi
On 2005/03/08, at 4:37, Ilia Alshanetsky wrote: +/* {{{ proto string htmlspecialchars(string string [, int quote_style]) + Convert special HTML entities back to characters */ Proto is wrong.. and do you have any good name in mind except "htmlspecialchars_decode" ? :) Moriyoshi -- PHP CVS Mailing

[PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c html.c html.h

2005-03-07 Thread Ilia Alshanetsky
iliaa Mon Mar 7 14:37:28 2005 EDT Modified files: /php-src/ext/standard basic_functions.c html.c html.h /php-srcNEWS Log: Added htmlspecialchars_decode() function for fast conversion from htmlspecialchars() generated entities back to characters.