server/lib
Lukas Reschke 4b9e034968 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
2015-05-04 14:15:15 +02:00
..
l10n [tx-robot] updated from transifex 2015-05-02 01:54:49 -04:00
private Remove hard-dependency on disabled output_buffering 2015-05-04 14:15:15 +02:00
public Merge pull request #15958 from owncloud/usage-of-public-log-interface 2015-05-04 09:13:26 +02:00
repair Remove unused variables 2015-04-18 16:35:19 +02:00
autoloader.php Update license headers 2015-03-26 11:44:36 +01:00
base.php Try to set required ini values in base.php 2015-05-03 13:23:29 +02:00