Quellcode durchsuchen

Fix module name for PHP8+

tags/v23.0.0beta1
acsfer vor 3 Jahren
Ursprung
Commit
3ee82e4405
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3
    1
      .htaccess

+ 3
- 1
.htaccess Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern