History log of /php-src/ext/mbstring/tests/mb_parse_str_error.phpt (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23, php-8.0.23RC1, php-8.1.10RC1, php-8.2.0beta3
# aeccb139 03-Aug-2022 Alex Dowad

Use new encoding conversion filters for mb_parse_str and php_mb_post_handler

When micro-benchmarking on relatively short ASCII strings, the new
implementation was about 30% faster than t

Use new encoding conversion filters for mb_parse_str and php_mb_post_handler

When micro-benchmarking on relatively short ASCII strings, the new
implementation was about 30% faster than the old one.

show more ...