-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Create .user.ini for PHP-FPM #10992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create .user.ini for PHP-FPM #10992
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