From time to time you may encounter a script which has error messages you do not wish to see. Adding the following lines to your .htaccess file will suppress these errors:
php_flag display_startup_errors off php_flag display_errors off php_flag html_errors off php_value docref_root 0 php_value docref_ext 0