mirror of
https://github.com/nextcloud/server.git
synced 2026-06-24 12:24:39 +02:00
e6f0ed0cb9
Deprecated in PHP 5
Removed in PHP 7
https://www.php.net/manual/en/migration70.incompatible.php#migration70.incompatible.removed-ini-directives
https://github.com/php/php-src/blob/bd289af9630f827728b32360bcd09a614aae8f23/UPGRADING#L425
Already removed from .htaccess in ee84017
Signed-off-by: Josh <josh.t.richards@gmail.com>
9 lines
273 B
INI
9 lines
273 B
INI
; SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
|
; SPDX-FileCopyrightText: 2014-2016 ownCloud, Inc.
|
|
; SPDX-License-Identifier: AGPL-3.0-only
|
|
;
|
|
; NOTE: PHP caches this file for 300 seconds by default
|
|
;
|
|
default_charset='UTF-8'
|
|
output_buffering=0
|