Always use PCRE for mbstring.http_output_conv_mimetypes
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 8 Sep 2020 13:01:17 +0000 (15:01 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 8 Sep 2020 13:02:15 +0000 (15:02 +0200)
commit2386f655d8181456c66241fd8ceb008bd995a31c
tree150c691ae7d3088c77c221131b6a2f2ce758cc09
parent72223159e49b2c878fbea13405a23ab87cf7f7c3
Always use PCRE for mbstring.http_output_conv_mimetypes

Instead of using either oniguruma or pcre depending on which is
available. We always have PCRE, so use it. This ensures consistent
behavior.
ext/mbstring/mbstring.c