owa-docker/php/php.ini
2025-03-06 10:19:44 +00:00

21 lines
450 B
INI

[PHP]
memory_limit = 256M
upload_max_filesize = 32M
post_max_size = 32M
max_execution_time = 300
max_input_time = 300
date.timezone = UTC
display_errors = Off
log_errors = On
error_log = /var/log/php_errors.log
session.save_handler = files
session.gc_maxlifetime = 1440
zlib.output_compression = On
[opcache]
opcache.enable=1
opcache.memory_consumption=128
opcache.max_accelerated_files=10000
opcache.validate_timestamps=1
opcache.revalidate_freq=2