Update php.ini

This commit is contained in:
VirtuBox 2018-02-03 20:52:50 +01:00 committed by GitHub
parent f02ff65067
commit f1a5634273
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -11,9 +11,9 @@ disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexi
disable_classes =
zend.enable_gc = On
expose_php = Off
max_execution_time = 3000
max_input_time = 6000
memory_limit = 1024M
max_execution_time = 300
max_input_time = 600
memory_limit = 256M
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
display_errors = Off
display_startup_errors = Off
@ -28,7 +28,7 @@ variables_order = "GPCS"
request_order = "GP"
register_argc_argv = Off
auto_globals_jit = On
post_max_size = 512M
post_max_size = 128M
auto_prepend_file =
auto_append_file =
default_mimetype = "text/html"
@ -37,7 +37,7 @@ doc_root =
user_dir =
enable_dl = Off
file_uploads = On
upload_max_filesize = 512M
upload_max_filesize = 128M
max_file_uploads = 20
allow_url_fopen = On
allow_url_include = Off