Page 1 of 1

php_value error_reporting in htaccess

Posted: Tue Nov 30, 2010 4:31 pm
by Mantlet
Hey All,

When trying to install CMSMS to a new server, it gave an error saying E_DEPRECATED was enabled. I altered the htaccess file and solved it by turning of almost all error reporting. Which value do I need to use to have all the normal error reporting enabled, but E_STRICT and E_DEPRECATED disabled?

I currently have set this:

php_flag display_errors off
php_value error_reporting 1

I need to add some of these numbers together:

http://www.php.net/manual/en/errorfunc.constants.php

Is there any best setting?