From: root at 80sec dot com
Operating system: Linux/win
PHP version: 5.2.9
PHP Bug Type: *XML functions
Bug description: xml_utf8_decode incorrectly decode
Description:
------------
xml_utf8_decode function incorrectly decode.
Reproduce code:
---------------
<?php
$ill=chr(0xf0).chr(0xc0).chr(0xc0).chr(0xa7);
$ill=addslashes($ill);
echo utf8_decode("$ill");
echo htmlspecialchars ($ill,ENT_QUOTES,"utf-8" );
?>
Expected result:
----------------
it will output a "'" incorrectly.
Actual result:
--------------
it will output a "'" incorrectly.
--
Edit bug report at http://bugs.php.net/?id=48230&edit=1
--
Try a CVS snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=48230&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=48230&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=48230&r=trysnapshot60
Fixed in CVS:
http://bugs.php.net/fix.php?id=48230&r=fixedcvs
Fixed in CVS and need be documented:
http://bugs.php.net/fix.php?id=48230&r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=48230&r=alreadyfixed
Need backtrace:
http://bugs.php.net/fix.php?id=48230&r=needtrace
Need Reproduce Script:
http://bugs.php.net/fix.php?id=48230&r=needscript
Try newer version:
http://bugs.php.net/fix.php?id=48230&r=oldversion
Not developer issue:
http://bugs.php.net/fix.php?id=48230&r=support
Expected behavior:
http://bugs.php.net/fix.php?id=48230&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=48230&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=48230&r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=48230&r=globals
PHP 4 support discontinued: http://bugs.php.net/fix.php?id=48230&r=php4
Daylight Savings: http://bugs.php.net/fix.php?id=48230&r=dst
IIS Stability:
http://bugs.php.net/fix.php?id=48230&r=isapi
Install GNU Sed:
http://bugs.php.net/fix.php?id=48230&r=gnused
Floating point limitations:
http://bugs.php.net/fix.php?id=48230&r=float
No Zend Extensions:
http://bugs.php.net/fix.php?id=48230&r=nozend
MySQL Configuration Error:
http://bugs.php.net/fix.php?id=48230&r=mysqlcfg