-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphp.ini
More file actions
99 lines (93 loc) · 2.25 KB
/
php.ini
File metadata and controls
99 lines (93 loc) · 2.25 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[PHP]
allow_url_fopen = On
allow_url_include = Off
auto_append_file =
auto_globals_jit = On
auto_prepend_file =
default_mimetype = text/html
default_charset = UTF-8
default_socket_timeout = 60
display_errors = Off
display_startup_errors = Off
doc_root =
enable_dl = Off
engine = On
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
expose_php = On
file_uploads = On
ignore_repeated_errors = Off
ignore_repeated_source = Off
implicit_flush = Off
log_errors = On
max_execution_time = 0
max_file_uploads = 20
max_input_time = 180
memory_limit = 256M
output_buffering = 4096
post_max_size = 100M
precision = 14
register_argc_argv = Off
report_memleaks = On
request_order = GP
serialize_precision = -1
short_open_tag = Off
upload_max_filesize = 32M
user_dir =
variables_order = GPCS
zend.enable_gc = On
zend.exception_ignore_args = On
zend.exception_string_param_max_len = 0
zlib.output_compression = Off
[CLI Server]
cli_server.color = On
[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
[bcmath]
bcmath.scale = 0
[Session]
session.save_handler = files
session.use_strict_mode = 0
session.use_cookies = 1
session.use_only_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.cookie_httponly =
session.cookie_samesite =
session.serialize_handler = php
session.gc_probability = 1
session.gc_divisor = 1000
session.gc_maxlifetime = 1440
session.referer_check =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
session.sid_length = 26
session.trans_sid_tags = "a=href,area=href,frame=src,form="
session.sid_bits_per_character = 5
[Opcache]
opcache.enable = 1
opcache.enable_cli = 1
opcache.file_cache = 60
opcache.file_update_protection = 0
opcache.interned_strings_buffer = 64
opcache.max_accelerated_files = 32531
opcache.max_file_size = 0
opcache.max_wasted_percentage = 15
opcache.memory_consumption = 256M
opcache.revalidate_freq = 2
opcache.use_cwd = 0
opcache.validate_timestamps = 0
[JIT]
opcache.jit = function
opcache.jit_buffer_size = 128M
opcache.jit_max_root_traces = 2048
opcache.jit_max_side_traces = 256
opcache.jit_prof_threshold = 0.001