forked from YetiForceCompany/YetiForceCRM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.user.ini
44 lines (44 loc) · 1.19 KB
/
.user.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
error_reporting = E_ALL & ~E_NOTICE
html_errors = On
log_errors = On
display_errors = Off
max_execution_time = 600
max_input_time = 600
default_socket_timeout = 600
output_buffering = "On"
post_max_size = 50M
file_uploads = "On"
upload_max_filesize = 100M
max_input_vars = 10000
memory_limit = 1024M
short_open_tag = "On"
default_charset = "UTF-8"
allow_url_fopen = On
auto_detect_line_endings = "On"
zlib.output_compression = "On"
mbstring.func_overload = "Off"
session.cookie_httponly = "On"
session.auto_start = "Off"
session.gc_maxlifetime = 1440
session.gc_divisor = 500
session.gc_probability = 1
session.use_strict_mode = "On"
session.use_trans_sid = "Off"
session.cookie_httponly = "On"
session.use_only_cookies = "On"
session.name = "YTSID"
expose_php = "Off"
allow_url_include = "Off"
disable_functions = "shell_exec,exec,system,passthru"
opcache.enable = "On"
opcache.enable_cli = "On"
opcache.max_accelerated_files = 40000
opcache.interned_strings_buffer = 100
opcache.validate_timestamps = 1
opcache.revalidate_freq = 30
opcache.save_comments = 0
opcache.file_update_protection = 0
realpath_cache_size = 0
realpath_cache_ttl = 600
mysqlnd.collect_statistics = "Off"
mysqlnd.collect_memory_statistics = "Off"