aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nextcloud/templates/etc-php-7.3.ini.j2
blob: 0e7997123f5bebbbb539d3620b08ed7003194c1c (plain) (blame)
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
[PHP]
auto_append_file=
auto_globals_jit=On
auto_prepend_file=
default_charset="UTF-8"
default_mimetype="text/html"
disable_classes=
disable_functions=
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
extension_dir="/usr/local/lib/php-7.3/modules"
html_errors=On
ignore_repeated_errors=Off
ignore_repeated_source=Off
implicit_flush=Off
include_path=".:/pear/lib:/var/www/pear/lib"
log_errors=On
log_errors_max_len=1024
max_execution_time=30
output_buffering=4096
precision=14
register_argc_argv=Off
report_memleaks=On
request_order="GP"
serialize_precision=-1
short_open_tag=Off
unserialize_callback_func=
user_dir=
variables_order="GPCS"
zend.enable_gc=On
zlib.output_compression=Off

allow_url_fopen=On
allow_url_include=Off
default_socket_timeout=60
file_uploads=On
max_file_uploads=20

memory_limit={{ nextcloud_php_memory_limit }}
max_input_time={{ nextcloud_php_max_inputtime }}
post_max_size={{ nextcloud_php_upload_maxsize }}
upload_max_filesize={{ nextcloud_php_upload_maxsize }}

pm=dynamic
pm.maxchildren=120
pm.start_servers=12
pm.min_spare_servers=6
pm.max_spare_servers=18

extension=curl
extension=gd
extension=intl
extension=pdo_pgsql
extension=zip

[CLI Server]
cli_server.color=On

[Date]
date.timezone=UTC

[iconv]

[imap]

[intl]

[sqlite3]

[Pcre]

[Pdo]

[Pdo_mysql]
pdo_mysql.default_socket=

[Phar]

[mail function]
SMTP=localhost
smtp_port=25
mail.add_x_header=Off

[ODBC]
odbc.allow_persistent=On
odbc.check_persistent=On
odbc.max_persistent=-1
odbc.max_links=-1
odbc.defaultlrl=4096
odbc.defaultbinmode=1

[Interbase]
ibase.allow_persistent=1
ibase.max_persistent=-1
ibase.max_links=-1
ibase.timestampformat="%Y-%m-%d %H:%M:%S"
ibase.dateformat="%Y-%m-%d"
ibase.timeformat="%H:%M:%S"

[MySQLi]
mysqli.max_persistent=-1
mysqli.allow_persistent=On
mysqli.max_links=-1
mysqli.default_port=3306
mysqli.default_socket=
mysqli.default_host=
mysqli.default_user=
mysqli.default_pw=
mysqli.reconnect=Off

[mysqlnd]
mysqlnd.collect_statistics=On
mysqlnd.collect_memory_statistics=Off

[OCI8]

[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

[browscap]

[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

[Assertion]
zend.assertions=-1

[COM]

[mbstring]

[gd]

[exif]

[Tidy]

tidy.clean_output=Off

[soap]
soap.wsdl_cache_enabled=1
soap.wsdl_cache_dir="/tmp"
soap.wsdl_cache_ttl=86400
soap.wsdl_cache_limit=5

[sysvshm]

[ldap]
ldap.max_links=-1

[dba]

[opcache]
opcache.enable=1
opcache.enable_cli=1
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.revalidate_freq=1
opcache.save_comments=1

[curl]

[openssl]
remember that computers suck.