Update Docker image to PHP 8.1
This commit is contained in:
committed by
Frédéric Guillot
parent
7d0647cbed
commit
fa229bf03f
15
docker/etc/php81/conf.d/local.ini
Normal file
15
docker/etc/php81/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