View Single Post
Old 07-18-2008, 08:06 PM   #5 (permalink)
Ross
The Contributor
 
Ross's Avatar
 
Join Date: Jan 2008
Location: England, UK
Posts: 83
Thanks: 3
Ross is on a distinguished road
Default

Quote:
Originally Posted by Aaron View Post
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.
Ross is offline  
Reply With Quote
The Following User Says Thank You to Ross For This Useful Post:
ETbyrne (07-19-2008)