php-src/ext/mbstring
Alex Dowad 245daedb41 Move kana translation tables to mbfilter_cjk.c
These (static) tables were defined in a header file, which was included
in two different .c files. That will result in two copies of the tables
being included in the PHP binary.

But the tables were only used in one of the two .c files. Move it where
it is used to avoid needlessly bloating the binary. (I checked in a
hex editor and confirmed that while the previous binary contained two
copies of these tables, it now only contains one.)
2023-05-20 21:27:48 -07:00
..
libmbfl Move kana translation tables to mbfilter_cjk.c 2023-05-20 21:27:48 -07:00
tests Combine CJK encoding conversion code in a single source file 2023-05-20 21:27:48 -07:00
ucgendat Optimize mb_str{,im}width for performance 2021-09-29 18:19:01 +02:00
common_codepoints.txt Improve mb_detect_encoding's recognition of Turkish text 2022-12-30 14:22:46 +02:00
config.m4 Combine CJK encoding conversion code in a single source file 2023-05-20 21:27:48 -07:00
config.w32 Combine CJK encoding conversion code in a single source file 2023-05-20 21:27:48 -07:00
CREDITS
gen_rare_cp_bitvec.php Mark globals as const (#10303) 2023-01-23 13:46:58 +00:00
mb_gpc.c Take order of candidate encodings into account when guessing text encoding 2023-05-16 07:01:07 -07:00
mb_gpc.h Remove unused 'to_language' and 'from_language' struct fields 2022-08-16 16:43:26 +02:00
mbstring_arginfo.h Use shared, immutable array for return value of mb_list_encodings 2023-05-16 07:01:07 -07:00
mbstring.c Use pakutoma's encoding check functions for mb_detect_encoding even in non-strict mode 2023-05-16 07:01:07 -07:00
mbstring.h Take order of candidate encodings into account when guessing text encoding 2023-05-16 07:01:07 -07:00
mbstring.stub.php Use shared, immutable array for return value of mb_list_encodings 2023-05-16 07:01:07 -07:00
php_mbregex.c Reduce memory allocated by var_export, json_encode, serialize, and other (#8902) 2022-07-08 14:47:46 +02:00
php_mbregex.h Declare ext/mbstring constants in stubs (#8798) 2022-06-23 17:34:08 +02:00
php_onig_compat.h
php_unicode.c Implement conditional casing for Greek letter sigma when title-casing text 2023-01-12 17:41:11 +02:00
php_unicode.h Speed boost for mb_stripos (when not using UTF-8) 2022-12-18 15:31:20 +02:00
rare_cp_bitvec.h Mark globals as const (#10303) 2023-01-23 13:46:58 +00:00
unicode_data.h Update Unicode tables to 14.0.0 2021-09-20 09:58:20 +02:00