Update Docker image to PHP 8.1

This commit is contained in:
Frédéric Guillot
2022-09-04 14:22:02 -07:00
committed by Frédéric Guillot
parent 7d0647cbed
commit fa229bf03f
5 changed files with 8 additions and 7 deletions

View 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