]> granicus.if.org Git - php/commit
Fix bug #64011 (get_html_translation_table())
authorGustavo Lopes <glopes@nebm.ist.utl.pt>
Fri, 18 Jan 2013 11:07:21 +0000 (12:07 +0100)
committerGustavo Lopes <glopes@nebm.ist.utl.pt>
Fri, 18 Jan 2013 11:10:27 +0000 (12:10 +0100)
commit77ee200097b592c54fc2f925abcd6db829862d56
treeeb1d15e4a34a9a0bb756178211be6289d589c371
parent94a4e0f8235b165b0b72f91656db1f4059e8c176
Fix bug #64011 (get_html_translation_table())

get_html_translation_table() with encoding ISO-8859-1 and HTMLENTITIES
was broken. Only entities for characters U+0000 to U+0040 were being
included in the result.
ext/standard/html.c
ext/standard/tests/strings/get_html_translation_table_basic10.phpt [new file with mode: 0644]