mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
633a471ba0
For functions like mb_chr() and mb_ord() just looking up the input/output filter for the encoding dominates the runtime. This commit stores the input/output filter for an encoding in the mbfl encoding structure, so it can be looked up directly, rather than scanning through filter function lists.
8.3 KiB
8.3 KiB