Edit report at https://bugs.php.net/bug.php?id=19607&edit=1
ID: 19607 Updated by: maar...@php.net Reported by: marcel_normann at gmx dot net Summary: Fourth argument for htmlentities() -Status: Open +Status: Wont fix Type: Feature/Change Request -Package: Feature/Change Request +Package: *General Issues Operating System: all PHP Version: 4CVS-2002-09-26 Block user comment: N Private report: N New Comment: No response in 11 years, so safe to conclude that there's little interest in this feature. Also a very good change issue starter also has moved on (other project / workaround like str_replace whitelisted chars afterwards). Previous Comments: ------------------------------------------------------------------------ [2002-09-26 01:56:36] marcel_normann at gmx dot net Htmlentities() schould have a fourth argument where you can add chars that will not be translated. For example <? echo htmlentites("Umläütß"); ?> will return "Umläütß", but <? echo htmlentites("Umläütß", .., .., "äü"); ?> will respond "Umläütß". ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=19607&edit=1