Yes, in .htaccess, you can put:
php_value display_errors 1
...As long as no one has put the following in a non-htaccess Apache config file:
php_admin_value display_errors 0
See here for more info.
Mike
2010-01-03 20:34:28