Update php.ini

This commit is contained in:
VirtuBox 2018-03-19 11:20:46 +01:00 committed by GitHub
parent aad44d9a43
commit 1a77a7f807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,8 @@ zend.enable_gc = On
expose_php = Off
max_execution_time = 300
max_input_time = 600
memory_limit = 256M
max_input_vars = 10000
memory_limit = -1
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
display_errors = Off
display_startup_errors = Off
@ -42,12 +43,12 @@ max_file_uploads = 20
allow_url_fopen = On
allow_url_include = Off
default_socket_timeout = 60
date.timezone = Europe/Paris
[CLI Server]
cli_server.color = On
[Date]
date.timezone = Europe/Paris
[filter]