mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
php -S (built-in dev server) ignores .htaccess and .user.ini entirely. The POST Content-Length limit was still 8M from /etc/php/php.ini. Pass upload_max_filesize=512M, post_max_size=520M, memory_limit=256M, max_execution_time=300, max_input_time=300 directly on the CLI.