Here is the next one.

I think it's quite intuitive to use strtr() to remove single characters of a
string, too, instead of using many str_replace($str, $chr, ""). I'd glad to
see this change also in 5.4.

Additionally, I've removed the lookup-table generation as gcc doesn't
optimize this away.

Robert

Reply via email to