You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
807 B
34 lines
807 B
[PHP]
|
|
short_open_tag = Off
|
|
precision = 14
|
|
output_buffering = 4096
|
|
zlib.output_compression = Off
|
|
implicit_flush = Off
|
|
serialize_precision = -1
|
|
open_basedir =
|
|
disable_functions =
|
|
disable_classes =
|
|
zend.enable_gc = On
|
|
expose_php = Off
|
|
max_execution_time = 0
|
|
memory_limit = 18M
|
|
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
|
|
display_errors = Off
|
|
display_startup_errors = Off
|
|
log_errors = Off
|
|
log_errors_max_len = 1024
|
|
ignore_repeated_errors = On
|
|
ignore_repeated_source = Off
|
|
report_memleaks = Off
|
|
html_errors = Off
|
|
default_mimetype = "text/html"
|
|
default_charset = "UTF-8"
|
|
file_uploads = Off
|
|
allow_url_fopen = Off
|
|
allow_url_include = Off
|
|
default_socket_timeout = 60
|
|
[CLI Server]
|
|
; Whether the CLI web server uses ANSI color coding in its terminal output.
|
|
cli_server.color = On
|
|
[Phar]
|
|
phar.readonly = Off
|
|
|