mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 03:11:40 +01:00
switching display_error off to work around the buggy mbstring extension in php5.2
This commit is contained in:
parent
0196ccb8df
commit
3bf6bb24ed
22
.htaccess
Normal file
22
.htaccess
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
#
|
||||||
|
# Set
|
||||||
|
#
|
||||||
|
# AllowOverride FileInfo
|
||||||
|
#
|
||||||
|
# to enable parsing off this file
|
||||||
|
#
|
||||||
|
php_value memory_limit 32M
|
||||||
|
php_value max_execution_time 60
|
||||||
|
php_flag register_globals Off
|
||||||
|
php_flag magic_quotes_gpc Off
|
||||||
|
php_flag magic_quotes_runtime Off
|
||||||
|
# settings for the file upload, you might increase them further
|
||||||
|
php_value upload_max_filesize 16M
|
||||||
|
# session handling: now the check for expired sessions is done on every 10th session creation
|
||||||
|
php_flag session.use_trans_sid Off
|
||||||
|
php_value session.gc_probability 1
|
||||||
|
php_value session.gc_divisor 10
|
||||||
|
# multibyte extension: needed for utf-8
|
||||||
|
php_value mbstring.func_overload 7
|
||||||
|
#switching error-display off, to cope with the buggy mbstring extension of php5.2
|
||||||
|
php_flag display_errors Off
|
Loading…
Reference in New Issue
Block a user