Contrary to most people's problem I cannot get PHP to stop showing errors, I have in my php.ini display_errors set to off but it still shows them, I have also tried .htaccess, and inline ini_set and error_reporting variables but the errors still show.
What can I do to prevent this overide?
Mac OS X Lion Server 10.7.1 MAMP Compiled using instructions from DIY Mac Server (diymacserver.com)
UPDATE:
This is where my php.ini file is stored...

This is the value of my display_errors setting at run time

And this is the copy and paste value written in /etc/php.ini
display_errors = Off
phpinfo()to make sure you're using the same php.ini that PHP is using (also, whether it says its on or off)? – DerfK Sep 2 '11 at 23:55