Disable php deprecation warnings per apache virtual host
Posted on Wed 16 January 2013 in misc
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.