Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-04Remove the upload and memory settingJoas Schilling
* 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>
2016-09-13Make sure memory limit is > post size and upload filesizeJoas Schilling
2015-09-29Also set output_buffering in .user.ini to 0RealRancor
2015-02-23Use "off" and "off" instead of true booleansLukas Reschke
Apparently a boolean in php.ini is according to the documentation "on" or "off"… Fixes itself.
2015-02-21Add expected values to default config as wellLukas Reschke
2015-02-10Setting default charset to UTF-8 in .htaccess and .user.iniFernando Rodriguez Sela
2015-01-23add always_populate_raw_post_data to .user.iniMorris Jobke
2014-09-10Create .user.ini for PHP-FPMOlivier Paroz
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