summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorMax Semenik <maxsem.wiki@gmail.com>2021-02-13 12:24:54 +0300
committerNikita Popov <nikita.ppv@gmail.com>2021-02-15 09:47:28 +0100
commitb11771271ea41c9c9ec7d1d408eb13bb539bcbc6 (patch)
treeca106e10ea495db4e1578608833c9a3011c850a9 /run-tests.php
parent843198eb84ec31f9c2523f55eb5f2970a3c731ae (diff)
downloadphp-git-b11771271ea41c9c9ec7d1d408eb13bb539bcbc6.tar.gz
Remove stray mentions of mbstring.func_overload
This feature has been completely removed. Closes GH-6688.
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
1 files changed, 0 insertions, 1 deletions
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) {