Files
prn2026/docker/php/custom.ini
2026-06-03 09:11:52 +08:00

9 lines
217 B
INI

display_errors = On
display_startup_errors = Off
log_errors = On
error_reporting = E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
upload_max_filesize = 20M
post_max_size = 25M
max_execution_time = 120
memory_limit = 256M