Files
pictshare/configs/php.ini
2025-06-03 08:22:34 +02:00

11 lines
269 B
INI

upload_max_filesize = 100M
post_max_size = 100M
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
log_errors = On
display_errors = Off
display_startup_errors = Off
max_execution_time = 300 ; 5 minutes
max_input_time = 300 ; time to parse input data (e.g. POST)