Skip to content
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

Remove hard-dependency on disabled output_buffering #16042

Merged
merged 1 commit into from
May 4, 2015

Conversation

LukasReschke
Copy link
Member

This removes the hard-dependency on output buffering as requested at #16013 since a lot of distributions such as Debian and Ubuntu decided to use 4096 instead of the PHP recommended and documented default value of off.

However, we still should encourage disabling this setting for improved performance and reliability thus the setting switches in .user.ini and .htaccess are remaining there. It is very likely that we in other cases also should disable the output buffering but aren't doing it everywhere and thus causing memory problems.

Fixes #16013

cc @karlitschek @DeepDiver1975

This removes the hard-dependency on output buffering as requested at #16013 since a lot of distributions such as Debian and Ubuntu decided to use `4096` instead of the PHP recommended and documented default value of `off`.

However, we still should encourage disabling this setting for improved performance and reliability thus the setting switches in `.user.ini` and `.htaccess` are remaining there. It is very likely that we in other cases also should disable the output buffering but aren't doing it everywhere and thus causing memory problems.

Fixes #16013
@scrutinizer-notifier
Copy link

A new inspection was created.

@karlitschek
Copy link
Contributor

as discussed 👍

@ghost
Copy link

ghost commented May 4, 2015

Refer to this link for build results (access rights to CI server needed):
https://ci.owncloud.org//job/pull-request-analyser-ng-simple/12148/
🚀 Test PASSed.🚀
chuck

@DeepDiver1975
Copy link
Member

👍

DeepDiver1975 added a commit that referenced this pull request May 4, 2015
Remove hard-dependency on disabled output_buffering
@DeepDiver1975 DeepDiver1975 merged commit 08b98a8 into master May 4, 2015
@DeepDiver1975 DeepDiver1975 deleted the fix-output-buffering branch May 4, 2015 14:43
mmattel pushed a commit to mmattel/core that referenced this pull request May 22, 2015
Remove hard-dependency on disabled output_buffering
@lock lock bot locked as resolved and limited conversation to collaborators Aug 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reconsider adding ob_end_clean() in remote.php for files app
4 participants