Upgrade to 3.7.0
This commit is contained in:
2
kirby/vendor/symfony/polyfill-mbstring/Mbstring.php
vendored
Normal file → Executable file
2
kirby/vendor/symfony/polyfill-mbstring/Mbstring.php
vendored
Normal file → Executable file
@@ -568,7 +568,7 @@ final class Mbstring
|
||||
}
|
||||
$rx .= '.{'.$split_length.'})/us';
|
||||
|
||||
return preg_split($rx, $string, null, \PREG_SPLIT_DELIM_CAPTURE | \PREG_SPLIT_NO_EMPTY);
|
||||
return preg_split($rx, $string, -1, \PREG_SPLIT_DELIM_CAPTURE | \PREG_SPLIT_NO_EMPTY);
|
||||
}
|
||||
|
||||
$result = [];
|
||||
|
||||
Reference in New Issue
Block a user