Fix module name for PHP8+

This commit is contained in:
acsfer 2021-04-21 10:11:06 +02:00 committed by GitHub
parent 74249ca491
commit 601bea02dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -53,6 +53,7 @@
</FilesMatch>
</IfModule>
# PHP 7.x
<IfModule mod_php7.c>
php_value mbstring.func_overload 0
php_value default_charset 'UTF-8'
@ -62,7 +63,8 @@
</IfModule>
</IfModule>
<IfModule mod_php8.c>
# PHP 8+
<IfModule mod_php.c>
php_value mbstring.func_overload 0
php_value default_charset 'UTF-8'
php_value output_buffering 0