]> granicus.if.org Git - php/commitdiff
Remove stray mentions of mbstring.func_overload
authorMax Semenik <maxsem.wiki@gmail.com>
Sat, 13 Feb 2021 09:24:54 +0000 (12:24 +0300)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 15 Feb 2021 08:47:28 +0000 (09:47 +0100)
This feature has been completely removed.

Closes GH-6688.

ext/mbstring/tests/ini_mbstring_invalid.phpt
ext/mbstring/tests/mb_str_split_jp.phpt
ext/mbstring/tests/mb_str_split_ru.phpt
ext/mbstring/tests/mb_str_split_utf8_utf16.phpt
run-tests.php

index 0bd10988d1f96f515acb9c58eb359f85a8187e52..5166758b1fcd51b4404c6c812830cfea9591707e 100644 (file)
@@ -10,7 +10,6 @@ mbstring.http_input=UTF-8,HTTP_INPUT,ASCII
 mbstring.http_output=HTTP_OUTPUT
 mbstring.http_output_conv_mimetypes=UNKNOWN_MIME_TYPE_OUTPUT
 mbstring.substitute_character=U+3000,NON_EXISTING_CHARACTER,JIS+7E7E
-mbstring.func_overload=BOOL_OVERLOAD
 mbstring.encoding_translation=BOOL_TRANSLATION
 mbstring.strict_detection=BOOL_STRICT_DETECTION
 --FILE--
index 84f63030d6109ce0e3b28365075150700c9c14fc..fdf192d46f72c54dde8fcd13eafaa5d1ab30c64a 100644 (file)
@@ -4,7 +4,6 @@ mb_str_split() tests for the japanese language
 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
 --INI--
 output_handler=
-mbstring.func_overload=0
 --FILE--
 <?php
 ini_set('include_path','.');
index 75e49275d7216dd71423488130cb0eaf756fea90..0f2ee30c0805f9ce967b37c61ee8a426a461ea09 100644 (file)
@@ -4,7 +4,6 @@ mb_str_split()  tests for the russian language
 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
 --INI--
 output_handler=
-mbstring.func_overload=0
 --FILE--
 <?php
 ini_set('include_path','.');
index 39bfb0175fb73d5d64fc9edc2c4fb6fbae5cd631..02d6dcb45b07238d823b3da51d703340e3c3ce96 100644 (file)
@@ -4,7 +4,6 @@ mb_str_split() tests UTF-8 illegal chars & UTF-16 surrogate pairs
 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
 --INI--
 output_handler=
-mbstring.func_overload=0
 --FILE--
 <?php
 ini_set('include_path','.');
index c6e27e42ea9d6023ea49e9dad36e9bfd5fd7f5a5..3ae06c5157a5fbbe2c5cf3823bb0be9711f79a07 100755 (executable)
@@ -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) {