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.
35 lines
1.3 KiB
35 lines
1.3 KiB
[PHP]
|
|
short_open_tag = Off
|
|
precision = 14
|
|
output_buffering = 4096
|
|
zlib.output_compression = Off
|
|
implicit_flush = Off
|
|
serialize_precision = -1
|
|
open_basedir =
|
|
disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,passthru,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source,eval,assert,create_function,telnet
|
|
disable_classes = ReflectionFunction
|
|
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
|
|
phar.require_hash = On
|
|
|