07-18-2008, 08:06 PM
|
#5 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Location: England, UK
Posts: 83
Thanks: 3
|
Quote:
Originally Posted by Aaron
You can't always access php.ini...
Wouldn't @ cause less server overhead than ini_set?
|
It's still a poor way of doing it (and I don't think it's supported in PHP5) - no errors should be shown on a production site anyway.
Just use php.ini or error_reporting to set E_STRICT and E_ALL on.
|
|
|
|