From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.0.4pl1
PHP Bug Type:     Scripting Engine problem
Bug description:  Wrong handling of text string "&currency"

It's not possible to output any content that includes the phrase "&curren" in it. The 
&curren gets replaced by some mystic char "¤".

The following script reproduces the error:

<?

    // This gets displayed wrong
    echo "&curren";
    echo "<BR>";
    // Ths gets displayed wrong also
    echo "&currency";
    echo "<BR>";
    // This is rendered correctly
    echo "&curre";

?>

This error is reproducable on the php sites also (zend.com/php3.com). Just search for 
something and type "&curren" as the search string.


Sincerely

Tom Arnold
Chief Management Application Services
alea active GmbH


-- 
Edit Bug report at: http://bugs.php.net/?id=11463&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to