ID:               39220
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jeffg at activestate dot com
-Status:           Feedback
+Status:           Closed
 Bug Type:         Unknown/Other Function
 Operating System: n/a
 PHP Version:      5.1.6
-Assigned To:      
+Assigned To:      bjori
 New Comment:

Already fixed in CVS


Previous Comments:
------------------------------------------------------------------------

[2006-10-20 19:47:30] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip



------------------------------------------------------------------------

[2006-10-20 19:42:56] jeffg at activestate dot com

Description:
------------
Line 1215 of html.c should read:

/* {{{ proto string htmlspecialchars_decode(string string [, int
quote_style])
   Convert special HTML entities back to characters */
PHP_FUNCTION(htmlspecialchars_decode)
{

It instead reads:

/* {{{ proto string htmlspecialchars(string string [, int
quote_style])
   Convert special HTML entities back to characters */
PHP_FUNCTION(htmlspecialchars_decode)
{

Minor quible, but it causes inconsistent results when scanning the php
sources for internal function definitions.




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=39220&edit=1

Reply via email to