mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-07 14:39:56 +01:00
"switching E_STRICT off in error_reporting"
This commit is contained in:
parent
bb00bb1bc8
commit
22a3b97bb7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user