From: spam2 at rhsoft dot net
Operating system:
PHP version: 5.4.10
Package: Scripting Engine problem
Bug Type: Bug
Bug description:PHP 5.4 BREAKS get_html_translation_table()
Description:
------------
the 5.4 return value can not be seriously
hopefully at least "Returns the translation table used by
htmlspecialchars() and htmlentities()" is NOT true
however, this breaks dialogs for special chars using
this table and insert the enitity in the HTML code
realize that not every page out there is UTF8 and never will be
_________________________________________________________________________
PHP 5.4:
php -r "print_r(get_html_translation_table(HTML_ENTITIES, ENT_QUOTES,
'ISO8859-1'));"
Array
(
["] => "
[&] => &
['] => '
[<] => <
[>] => >
)
_________________________________________________________________________
PHP 5.3:
php -r "print_r(get_html_translation_table(HTML_ENTITIES, ENT_QUOTES,
'ISO8859-1'));"
Array
(
[Â ] =>
[¡] => ¡
[¢] => ¢
[£] => £
[¤] => ¤
[Â¥] => ¥
[¦] => ¦
[§] => §
[¨] => ¨
[©] => ©
[ª] => ª
[«] => «
[¬] => ¬
[Â] => ­
[®] => ®
[¯] => ¯
[°] => °
[±] => ±
[²] => ²
[³] => ³
[´] => ´
[µ] => µ
[¶] => ¶
[·] => ·
[¸] => ¸
[¹] => ¹
[º] => º
[»] => »
[¼] => ¼
[½] => ½
[¾] => ¾
[¿] => ¿
[Ã] => À
[Ã] => Á
[Ã] => Â
[Ã] => Ã
[Ã] => Ä
[Ã
] => Å
[Ã] => Æ
[Ã] => Ç
[Ã] => È
[Ã] => É
[Ã] => Ê
[Ã] => Ë
[Ã] => Ì
[Ã] => Í
[Ã] => Î
[Ã] => Ï
[Ã] => Ð
[Ã] => Ñ
[Ã] => Ò
[Ã] => Ó
[Ã] => Ô
[Ã] => Õ
[Ã] => Ö
[Ã] => ×
[Ã] => Ø
[Ã] => Ù
[Ã] => Ú
[Ã] => Û
[Ã] => Ü
[Ã] => Ý
[Ã] => Þ
[Ã] => ß
[Ã ] => à
[á] => á
[â] => â
[ã] => ã
[ä] => ä
[Ã¥] => å
[æ] => æ
[ç] => ç
[è] => è
[é] => é
[ê] => ê
[ë] => ë
[ì] => ì
[Ã] => í
[î] => î
[ï] => ï
[ð] => ð
[ñ] => ñ
[ò] => ò
[ó] => ó
[ô] => ô
[õ] => õ
[ö] => ö
[÷] => ÷
[ø] => ø
[ù] => ù
[ú] => ú
[û] => û
[ü] => ü
[ý] => ý
[þ] => þ
[ÿ] => ÿ
[&] => &
["] => "
['] => '
[<] => <
[>] => >
)
Test script:
---------------
php -r "print_r(get_html_translation_table(HTML_ENTITIES, ENT_QUOTES,
'ISO8859-1'));"
Expected result:
----------------
the full entity table like it worked for many years
Actual result:
--------------
a crippled array
--
Edit bug report at https://bugs.php.net/bug.php?id=64011&edit=1
--
Try a snapshot (PHP 5.4):
https://bugs.php.net/fix.php?id=64011&r=trysnapshot54
Try a snapshot (PHP 5.3):
https://bugs.php.net/fix.php?id=64011&r=trysnapshot53
Try a snapshot (trunk):
https://bugs.php.net/fix.php?id=64011&r=trysnapshottrunk
Fixed in SVN: https://bugs.php.net/fix.php?id=64011&r=fixed
Fixed in release: https://bugs.php.net/fix.php?id=64011&r=alreadyfixed
Need backtrace: https://bugs.php.net/fix.php?id=64011&r=needtrace
Need Reproduce Script: https://bugs.php.net/fix.php?id=64011&r=needscript
Try newer version: https://bugs.php.net/fix.php?id=64011&r=oldversion
Not developer issue: https://bugs.php.net/fix.php?id=64011&r=support
Expected behavior: https://bugs.php.net/fix.php?id=64011&r=notwrong
Not enough info:
https://bugs.php.net/fix.php?id=64011&r=notenoughinfo
Submitted twice:
https://bugs.php.net/fix.php?id=64011&r=submittedtwice
register_globals: https://bugs.php.net/fix.php?id=64011&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64011&r=php4
Daylight Savings: https://bugs.php.net/fix.php?id=64011&r=dst
IIS Stability: https://bugs.php.net/fix.php?id=64011&r=isapi
Install GNU Sed: https://bugs.php.net/fix.php?id=64011&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=64011&r=float
No Zend Extensions: https://bugs.php.net/fix.php?id=64011&r=nozend
MySQL Configuration Error: https://bugs.php.net/fix.php?id=64011&r=mysqlcfg