Put this line php display_errors=false in a .htaccess file when you deploy the application?
That won't hide any error 'coz you can't use .htaccess to control the PHP engine Bad idea, I want to see when errors occur
That won't hide any error 'coz it's not the correct code
Good idea, increases security