Upgrade Docker image to PHP 8.2

This commit is contained in:
Frédéric Guillot
2023-05-18 20:42:30 -07:00
committed by Frédéric Guillot
parent e7fcf07c92
commit e08335e0b1
7 changed files with 9 additions and 9 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