You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.0 KiB
INI
50 lines
1.0 KiB
INI
8 years ago
|
[PHP]
|
||
|
engine = On
|
||
|
short_open_tag = Off
|
||
|
precision = 14
|
||
|
output_buffering = 4096
|
||
|
zlib.output_compression = Off
|
||
|
implicit_flush = Off
|
||
|
unserialize_callback_func =
|
||
|
serialize_precision = 17
|
||
|
zend.enable_gc = On
|
||
|
expose_php = On
|
||
|
max_execution_time = 30
|
||
|
max_input_time = 60
|
||
|
memory_limit = 128M
|
||
|
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
|
||
|
display_errors = Off
|
||
|
display_startup_errors = Off
|
||
|
log_errors = On
|
||
|
log_errors_max_len = 1024
|
||
|
ignore_repeated_errors = Off
|
||
|
ignore_repeated_source = Off
|
||
|
report_memleaks = On
|
||
|
track_errors = Off
|
||
|
html_errors = Off
|
||
|
variables_order = "GPCS"
|
||
|
request_order = "GP"
|
||
|
register_argc_argv = Off
|
||
|
auto_globals_jit = On
|
||
|
post_max_size = 8M
|
||
|
auto_prepend_file =
|
||
|
auto_append_file =
|
||
|
default_mimetype = "text/html"
|
||
|
default_charset = "UTF-8"
|
||
|
doc_root =
|
||
|
user_dir =
|
||
|
extension_dir = "/usr/lib/php/modules/"
|
||
|
enable_dl = Off
|
||
|
file_uploads = On
|
||
|
upload_max_filesize = 2M
|
||
|
max_file_uploads = 20
|
||
|
allow_url_fopen = On
|
||
|
allow_url_include = Off
|
||
|
default_socket_timeout = 60
|
||
|
extension=curl.so
|
||
|
extension=sockets.so
|
||
|
extension=zip.so
|
||
|
[CLI Server]
|
||
|
cli_server.color = On
|
||
|
|