-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathphp.ini
More file actions
executable file
·48 lines (40 loc) · 939 Bytes
/
Copy pathphp.ini
File metadata and controls
executable file
·48 lines (40 loc) · 939 Bytes
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
45
46
47
48
[PHP]
date.timezone = Europe/Kiev
short_open_tag = off
max_execution_time = 30
max_input_time = 60
memory_limit = 128M
file_uploads = On
upload_max_filesize = 2M
max_file_uploads = 20
post_max_size = 8M
error_reporting = E_ALL
display_errors = On
display_startup_errors = On
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
track_errors = On
html_errors = On
realpath_cache_size = 4096k
realpath_cache_ttl = 7200
[PostgreSQL]
pgsql.allow_persistent = On
pgsql.auto_reset_persistent = Off
pgsql.max_persistent = -1
pgsql.max_links = -1
pgsql.ignore_notice = 0
pgsql.log_notice = 0
[Opcache]
opcache.enable=1
opcache.enable_cli=1
opcache.memory_consumption=192
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=8000
opcache.max_wasted_percentage=5
opcache.use_cwd=0
opcache.revalidate_freq=0
opcache.validate_timestamps=1
opcache.fast_shutdown=1