Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure memory limit is > post size and upload filesize | Joas Schilling | 2016-09-13 | 1 | -2/+2 |
| | |||||
* | Also set output_buffering in .user.ini to 0 | RealRancor | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | Use "off" and "off" instead of true booleans | Lukas Reschke | 2015-02-23 | 1 | -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 well | Lukas Reschke | 2015-02-21 | 1 | -0/+1 |
| | |||||
* | Setting default charset to UTF-8 in .htaccess and .user.ini | Fernando Rodriguez Sela | 2015-02-10 | 1 | -0/+1 |
| | |||||
* | add always_populate_raw_post_data to .user.ini | Morris Jobke | 2015-01-22 | 1 | -0/+1 |
| | |||||
* | Create .user.ini for PHP-FPM | Olivier Paroz | 2014-09-10 | 1 | -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 |