Tweak Docker image for PHP 8
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
expose_php = Off
|
||||
error_reporting = E_ALL
|
||||
display_errors = Off
|
||||
log_errors = On
|
||||
display_errors = stderr
|
||||
log_errors = 1
|
||||
error_log = /dev/stderr
|
||||
date.timezone = UTC
|
||||
allow_url_fopen = On
|
||||
allow_url_fopen = 1
|
||||
post_max_size = 32M
|
||||
upload_max_filesize = 32M
|
||||
opcache.max_accelerated_files = 7963
|
||||
opcache.validate_timestamps = Off
|
||||
opcache.enable = 1
|
||||
opcache.enable_cli = 1
|
||||
opcache.save_comments = 0
|
||||
opcache.load_comments = 0
|
||||
opcache.fast_shutdown = 1
|
||||
opcache.enable_file_override = On
|
||||
opcache.enable_file_override = 1
|
||||
opcache.jit_buffer_size = 100M
|
||||
opcache.jit = tracing
|
||||
|
||||
Reference in New Issue
Block a user