mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02:00
some apache do NOT allow symbolic PHP constants
This commit is contained in:
parent
406e4110c6
commit
16707ee82e
@ -22,7 +22,8 @@ Alias /egroupware /usr/share/egroupware
|
|||||||
php_flag short_open_tag on
|
php_flag short_open_tag on
|
||||||
php_flag track_vars on
|
php_flag track_vars on
|
||||||
php_flag display_errors off
|
php_flag display_errors off
|
||||||
php_value error_reporting 'E_ALL & ~E_NOTICE'
|
# E_ALL & ~E_NOTICE = 8191 - 8 = 8183
|
||||||
|
php_value error_reporting 8183
|
||||||
php_value max_execution_time 90
|
php_value max_execution_time 90
|
||||||
php_admin_value mbstring.func_overload 7
|
php_admin_value mbstring.func_overload 7
|
||||||
php_value memory_limit 64M
|
php_value memory_limit 64M
|
||||||
|
Loading…
x
Reference in New Issue
Block a user