ID:               20956
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         Output Control
 Operating System: any
 PHP Version:      4CVS-2002-12-12 (stable)
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.




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

[2002-12-12 08:28:01] [EMAIL PROTECTED]

There is a typo in ext/standard/html.c. The greek letter lambda is
spelled lambda, not lamda. Currently, when php htmlentities() some
string containing that letter, the web browser will not be able to
display it properly.

Here's the diff:
*** html.c.buggy        2002-11-16 10:08:21.000000000 +0100
--- html.c      2002-12-12 15:23:59.000000000 +0100
***************
*** 130,136 ****
        /* 938 - 944 are not mapped */
        NULL, NULL, NULL, NULL, NULL, NULL, NULL,
        "alpha", "beta", "gamma", "delta", "epsilon", "zeta", "eta",
"theta",
!       "iota", "kappa", "lamda", "mu", "nu", "x1", "omicron", "p1",
"rho",
        "sigmaf", "sigma", "tau", "upsilon", "ph1", "ch1", "ps1",
"omega",
        /* 970 - 976 are not mapped */
        NULL, NULL, NULL, NULL, NULL, NULL, NULL,
--- 130,136 ----
        /* 938 - 944 are not mapped */
        NULL, NULL, NULL, NULL, NULL, NULL, NULL,
        "alpha", "beta", "gamma", "delta", "epsilon", "zeta", "eta",
"theta",
!       "iota", "kappa", "lambda", "mu", "nu", "x1", "omicron", "p1",
"rho",
        "sigmaf", "sigma", "tau", "upsilon", "ph1", "ch1", "ps1",
"omega",
        /* 970 - 976 are not mapped */
        NULL, NULL, NULL, NULL, NULL, NULL, NULL,


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


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

Reply via email to