File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ PHP NEWS
14
14
. Fixed bug #81532 (Change of $depth behaviour in json_encode() on PHP 8.1).
15
15
(Nikita)
16
16
17
+ - MBString:
18
+ . Fixed bug #76167 (mbstring may use pointer from some previous request).
19
+ (cmb, cataphract)
20
+
17
21
14 Oct 2021, PHP 8.1.0RC4
18
22
19
23
- CLI:
Original file line number Diff line number Diff line change @@ -4202,10 +4202,6 @@ static void php_mb_populate_current_detect_order_list(void)
4202
4202
const mbfl_encoding * * entry = 0 ;
4203
4203
size_t nentries ;
4204
4204
4205
- if (MBSTRG (current_detect_order_list )) {
4206
- return ;
4207
- }
4208
-
4209
4205
if (MBSTRG (detect_order_list ) && MBSTRG (detect_order_list_size )) {
4210
4206
nentries = MBSTRG (detect_order_list_size );
4211
4207
entry = (const mbfl_encoding * * )safe_emalloc (nentries , sizeof (mbfl_encoding * ), 0 );
You can’t perform that action at this time.
0 commit comments