From 61d55679134991df6d8b6024639c69227c3fa95d Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 18 Jun 2025 08:37:11 -0400 Subject: [PATCH] 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 --- .htaccess | 1 - 1 file changed, 1 deletion(-) diff --git a/.htaccess b/.htaccess index fb86475eef0..0976705609a 100644 --- a/.htaccess +++ b/.htaccess @@ -60,7 +60,6 @@ - php_value mbstring.func_overload 0 php_value default_charset 'UTF-8' php_value output_buffering 0