Igor Escobar wrote:
Becarefull, error supression is slow.

If it's the only way to stop an error from showing up, what's the problem?

php will still generate the warning/notice even if display_errors is disabled - which will be even slower.

Plus I never said use it everywhere, I said use it in particular cases and comment your code about why you had to use it.

--
Postgresql & php tutorials
http://www.designmagick.com/


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to