Skip to content

Commit b117712

Browse files
MaxSemnikic
authored andcommitted
Remove stray mentions of mbstring.func_overload
This feature has been completely removed. Closes GH-6688.
1 parent 843198e commit b117712

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

ext/mbstring/tests/ini_mbstring_invalid.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ mbstring.http_input=UTF-8,HTTP_INPUT,ASCII
1010
mbstring.http_output=HTTP_OUTPUT
1111
mbstring.http_output_conv_mimetypes=UNKNOWN_MIME_TYPE_OUTPUT
1212
mbstring.substitute_character=U+3000,NON_EXISTING_CHARACTER,JIS+7E7E
13-
mbstring.func_overload=BOOL_OVERLOAD
1413
mbstring.encoding_translation=BOOL_TRANSLATION
1514
mbstring.strict_detection=BOOL_STRICT_DETECTION
1615
--FILE--

ext/mbstring/tests/mb_str_split_jp.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ mb_str_split() tests for the japanese language
44
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
55
--INI--
66
output_handler=
7-
mbstring.func_overload=0
87
--FILE--
98
<?php
109
ini_set('include_path','.');

ext/mbstring/tests/mb_str_split_ru.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ mb_str_split() tests for the russian language
44
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
55
--INI--
66
output_handler=
7-
mbstring.func_overload=0
87
--FILE--
98
<?php
109
ini_set('include_path','.');

ext/mbstring/tests/mb_str_split_utf8_utf16.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ mb_str_split() tests UTF-8 illegal chars & UTF-16 surrogate pairs
44
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
55
--INI--
66
output_handler=
7-
mbstring.func_overload=0
87
--FILE--
98
<?php
109
ini_set('include_path','.');

run-tests.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,6 @@ function write_information(): void
871871
'tidy' => ['tidy.clean_output=0'],
872872
'zlib' => ['zlib.output_compression=Off'],
873873
'xdebug' => ['xdebug.mode=off'],
874-
'mbstring' => ['mbstring.func_overload=0'],
875874
];
876875

877876
foreach ($info_params_ex as $ext => $ini_overwrites_ex) {

0 commit comments

Comments
 (0)