Commit Graph

8 Commits (master)

Author SHA1 Message Date
Joas Schilling c6a69ba925
Remove the upload and memory setting
* Remove unneeded private method phpFileSize()
* Bump autoloader
* Remove setUploadLimit tests
* Remove integrity check hacks for upload limit

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years ago
Joas Schilling a3c8534b7b
Make sure memory limit is > post size and upload filesize 8 years ago
RealRancor fb66a5f604 Also set output_buffering in .user.ini to 0 9 years ago
Lukas Reschke 43641d917b Use "off" and "off" instead of true booleans
Apparently a boolean in php.ini is according to the documentation "on" or "off"…

Fixes itself.
9 years ago
Lukas Reschke 9b46e3b3d5 Add expected values to default config as well 9 years ago
Fernando Rodriguez Sela 66b584ae7e Setting default charset to UTF-8 in .htaccess and .user.ini 9 years ago
Morris Jobke 4403c194c1 add always_populate_raw_post_data to .user.ini 9 years ago
Olivier Paroz 59facd769f Create .user.ini for PHP-FPM
PHP-FPM can't read .htaccess PHP settings unless a PECL extension is installed.
From version 5.3+ of PHP, settings can be set in .user.ini files

This is a .user.ini file mirroring what is included in the .htaccess file
TODO: Update the documentation if there are sections documenting how to change some PHP limits
10 years ago