php_value error_reporting 6135
Seems you have to use the numerical value in apache for this. This should be all E_ALL minus E_DEPRECATED AND E_USER_DEPRECATED
This will only work if the error handling function is not overridden in the php code.
php_value error_reporting 6135
Seems you have to use the numerical value in apache for this. This should be all E_ALL minus E_DEPRECATED AND E_USER_DEPRECATED
This will only work if the error handling function is not overridden in the php code.