Issue #3313191 by immaculatexavier, alexpott, longwave: mbstring.func_overload...
Issue #3313191 by immaculatexavier, alexpott, longwave: mbstring.func_overload is removed in PHP 8 therefore remove it from core
(cherry picked from commit 64025391)
@@ -1203,10 +1203,6 @@ function system_requirements($phase) {
$requirements['unicode']['description']=t('Operations on Unicode strings are emulated on a best-effort basis. Install the <a href="http://php.net/mbstring">PHP mbstring extension</a> for improved Unicode support.');
break;
case'mbstring.func_overload':
$requirements['unicode']['description']=t('Multibyte string function overloading in PHP is active and must be disabled. Check the php.ini <em>mbstring.func_overload</em> setting. Please refer to the <a href="http://php.net/mbstring">PHP mbstring documentation</a> for more information.');
break;
case'mbstring.encoding_translation':
$requirements['unicode']['description']=t('Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini <em>mbstring.encoding_translation</em> setting. Please refer to the <a href="http://php.net/mbstring">PHP mbstring documentation</a> for more information.');