Trying without succes to make apache display on screen errors on our development server. Basically I understand that my:
error_reporting = E_ERROR & E_RECOVERABLE_ERROR & E_STRICT
Has no effect over:
display_errors = On
As this will also insist in displaying all PHP notices as well. I was hoping that only the specified error level on the PHP ini would have effect over the display_errors directive but so far I have not managed to get it working.
Apache 2.2, PHP 5.3 on Ubuntu 9