mirror of
https://github.com/nextcloud/server.git
synced 2025-12-18 15:56:14 -05:00
chore: remove mbstring.func_overload from .user.ini
Deprecated in PHP 7.2 Removed in PHP 8.0 https://www.php.net/manual/en/mbstring.configuration.php#ini.mbstring.func-overload Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
1091e59b90
commit
aaed9a9045
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
; SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
; SPDX-FileCopyrightText: 2014-2016 ownCloud, Inc.
|
||||
; SPDX-License-Identifier: AGPL-3.0-only
|
||||
mbstring.func_overload=0
|
||||
;
|
||||
; NOTE: PHP caches this file for 300 seconds by default
|
||||
;
|
||||
always_populate_raw_post_data=-1
|
||||
default_charset='UTF-8'
|
||||
output_buffering=0
|
||||
|
|
|
|||
Loading…
Reference in a new issue