Create .user.ini for PHP-FPM#10992
Create .user.ini for PHP-FPM#10992RobinMcCorkell merged 1 commit intoowncloud:masterfrom oparoz:patch-3
Conversation
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
|
A new inspection was created. |
|
Thanks a lot for your contribution! Contributions to the core repo require a signed contributors agreement http://owncloud.org/contribute/agreement/ Alternatively you can add a comment here stating that this contribution is MIT licensed. Some more details about out pull request workflow can be found here: http://owncloud.org/code-reviews-on-github/ |
|
This contribution is MIT licensed. |
|
Wow. I can still learn something about PHP. :-) |
|
Looks good 👍 |
Create .user.ini for PHP-FPM
|
@oparoz |
|
@mmattel - I've added an issue here: |
|
Ref for an older request of this: #8543 |
|
@RealRancor - Thanks for the link. |
|
documented at owncloud-archive/documentation#856 (document that in case of php-fpm configurations, .user.ini must be used instead of .htaccess) |
|
Thanks! |
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