ID:               39220
 User updated by:  jeffg at activestate dot com
 Reported By:      jeffg at activestate dot com
 Status:           Closed
 Bug Type:         Unknown/Other Function
 Operating System: n/a
 PHP Version:      5.1.6
 Assigned To:      bjori
 New Comment:

Thanks; I'd rather it was logged here for posterity if someone
eventually needs to scan the 5.1 sources specifically to generate data
about that version. Komodo does not bundle support for unreleased
versions of PHP, so scanning the cvs HEAD sources is not useful to me.


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

[2006-10-20 20:28:47] [EMAIL PROTECTED]

Already fixed in CVS

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

[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