Hi. > I'd like to propose putting "@" in front of all htmlentities calls in > symfony. I know this is not an elegant style of coding, but IMO this is > the best solution at the moment.
The @ operator apparently is really slow. What it does is it in effect sets a php.ini value before calling the function and sets it back afterwards. I don't know if it will slow down symfony significantly or not though. Why don't you just use UTF-8? ;) Martin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
