From b11771271ea41c9c9ec7d1d408eb13bb539bcbc6 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Sat, 13 Feb 2021 12:24:54 +0300 Subject: Remove stray mentions of mbstring.func_overload This feature has been completely removed. Closes GH-6688. --- run-tests.php | 1 - 1 file changed, 1 deletion(-) (limited to 'run-tests.php') diff --git a/run-tests.php b/run-tests.php index c6e27e42ea..3ae06c5157 100755 --- a/run-tests.php +++ b/run-tests.php @@ -871,7 +871,6 @@ More .INIs : " , (function_exists(\'php_ini_scanned_files\') ? str_replace("\n" 'tidy' => ['tidy.clean_output=0'], 'zlib' => ['zlib.output_compression=Off'], 'xdebug' => ['xdebug.mode=off'], - 'mbstring' => ['mbstring.func_overload=0'], ]; foreach ($info_params_ex as $ext => $ini_overwrites_ex) { -- cgit v1.2.1