Upgrade Docker image to PHP 8.2
This commit is contained in:
committed by
Frédéric Guillot
parent
e7fcf07c92
commit
e08335e0b1
15
docker/etc/php82/conf.d/local.ini
Normal file
15
docker/etc/php82/conf.d/local.ini
Normal file
@@ -0,0 +1,15 @@
|
||||
expose_php = Off
|
||||
error_reporting = E_ALL
|
||||
display_errors = stderr
|
||||
log_errors = 1
|
||||
error_log = /dev/stderr
|
||||
date.timezone = UTC
|
||||
allow_url_fopen = 1
|
||||
post_max_size = 32M
|
||||
upload_max_filesize = 32M
|
||||
opcache.enable = 1
|
||||
opcache.enable_cli = 1
|
||||
opcache.save_comments = 0
|
||||
opcache.enable_file_override = 1
|
||||
opcache.jit_buffer_size = 100M
|
||||
opcache.jit = tracing
|
||||
Reference in New Issue
Block a user