some apache do NOT allow symbolic PHP constants

This commit is contained in:
Ralf Becker 2010-03-18 19:39:33 +00:00
parent 406e4110c6
commit 16707ee82e

View File

@ -22,7 +22,8 @@ Alias /egroupware /usr/share/egroupware
php_flag short_open_tag on
php_flag track_vars on
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_admin_value mbstring.func_overload 7
php_value memory_limit 64M