+1  A: 

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
That saved the day, thanks.
Tatu Ulmanen