"switching E_STRICT off in error_reporting"

This commit is contained in:
Ralf Becker 2010-03-30 13:26:06 +00:00
parent bb00bb1bc8
commit 22a3b97bb7

View File

@ -22,8 +22,8 @@ Alias /egroupware /usr/share/egroupware
php_flag short_open_tag on
php_flag track_vars on
php_flag display_errors off
# E_ALL & ~E_NOTICE = 8191 - 8 = 8183
php_value error_reporting 8183
# E_ALL & ~E_NOTICE & ~E_STRICT = 8191 - 8 - 2048 = 6135
php_value error_reporting 6135
php_value max_execution_time 90
php_admin_value mbstring.func_overload 7
php_value memory_limit 64M