mirror of
https://github.com/jbowdre/phpipam-agent-docker.git
synced 2024-11-14 12:02:18 +00:00
095891252b
Signed-off-by: pierrecdn <me@pierre-cheynier.net>
39 lines
793 B
INI
39 lines
793 B
INI
[PHP]
|
|
engine = On
|
|
short_open_tag = Off
|
|
precision = 14
|
|
output_buffering = 4096
|
|
zlib.output_compression = Off
|
|
implicit_flush = Off
|
|
serialize_precision = 17
|
|
zend.enable_gc = On
|
|
expose_php = Off
|
|
max_execution_time = 30
|
|
max_input_time = 60
|
|
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
|
|
display_errors = Off
|
|
log_errors = On
|
|
log_errors_max_len = 1024
|
|
default_mimetype = "text/html"
|
|
default_charset = "UTF-8"
|
|
file_uploads = On
|
|
upload_max_filesize = 2M
|
|
max_file_uploads = 20
|
|
allow_url_fopen = On
|
|
allow_url_include = Off
|
|
default_socket_timeout = 60
|
|
|
|
[Date]
|
|
date.timezone = "UTC"
|
|
|
|
[mail function]
|
|
smtp_port = 25
|
|
mail.add_x_header = On
|
|
|
|
[MySQLi]
|
|
mysqli.max_persistent = -1
|
|
mysqli.allow_persistent = On
|
|
mysqli.max_links = -1
|
|
mysqli.cache_size = 2000
|
|
mysqli.default_port = 3306
|
|
mysqli.reconnect = Off
|