mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
chore: remove mbstring.func_overload from .htaccess
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
aaed9a9045
commit
61d5567913
1 changed files with 0 additions and 1 deletions
|
|
@ -60,7 +60,6 @@
|
|||
</IfModule>
|
||||
|
||||
<IfModule mod_php.c>
|
||||
php_value mbstring.func_overload 0
|
||||
php_value default_charset 'UTF-8'
|
||||
php_value output_buffering 0
|
||||
<IfModule mod_env.c>
|
||||
|
|
|
|||
Loading…
Reference in a new issue