summaryrefslogtreecommitdiffstats
path: root/lib/private/app.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-05-04 14:15:15 +0200
committerLukas Reschke <lukas@owncloud.com>2015-05-04 14:15:15 +0200
commit4b9e0349687512c6ea4435b2dcdb36ce7a3f02fc (patch)
treef689b57f6337ee6b1772689bb9b4404e7124fe2d /lib/private/app.php
parent17fedc80dac7acd3d85f1f132455e94d4fd920c6 (diff)
downloadnextcloud-server-4b9e0349687512c6ea4435b2dcdb36ce7a3f02fc.tar.gz
nextcloud-server-4b9e0349687512c6ea4435b2dcdb36ce7a3f02fc.zip
Remove hard-dependency on disabled output_buffering
This removes the hard-dependency on output buffering as requested at https://github.com/owncloud/core/issues/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 https://github.com/owncloud/core/issues/16013
Diffstat (limited to 'lib/private/app.php')
0 files changed, 0 insertions, 0 deletions