aboutsummaryrefslogtreecommitdiffstats
path: root/.user.ini
Commit message (Collapse)AuthorAgeFilesLines
* Remove the upload and memory settingJoas Schilling2019-03-041-3/+0
| | | | | | | | | | * 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>
* Make sure memory limit is > post size and upload filesizeJoas Schilling2016-09-131-2/+2
|
* Also set output_buffering in .user.ini to 0RealRancor2015-09-291-1/+1
|
* Use "off" and "off" instead of true booleansLukas Reschke2015-02-231-1/+1
| | | | | | Apparently a boolean in php.ini is according to the documentation "on" or "off"… Fixes itself.
* Add expected values to default config as wellLukas Reschke2015-02-211-0/+1
|
* Setting default charset to UTF-8 in .htaccess and .user.iniFernando Rodriguez Sela2015-02-101-0/+1
|
* add always_populate_raw_post_data to .user.iniMorris Jobke2015-01-221-0/+1
|
* Create .user.ini for PHP-FPMOlivier Paroz2014-09-101-0/+4
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