one the php tests (tests/strings/003.phpt) that has been ported to
httpd-test is failing with current cvs:
<?php 
setlocale (LC_CTYPE, "C");
echo htmlspecialchars ("<>\"&εΔ\n");
echo htmlentities ("<>\"&εΔ\n");
?>

the 'echo htmlspecialchars ...' does not echo anything.

problem seems to be caused by this change:

2001-08-23  Wez Furlong  <[EMAIL PROTECTED]>

    * ext/standard/html.c:
    - Add support for chinese encodings to htmlentities/htmlspecialchars
      (patch from Alan Knowles <[EMAIL PROTECTED]>)

if i: 
% cvs up -r1.32 ext/standard/html.c

things are back to normal.


-- 
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