| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove stray mentions of mbstring.func_overload | Max Semenik | 2021-02-15 | 4 | -4/+0 |
| * | Deprecate passing null to non-nullable arg of internal function | Nikita Popov | 2021-02-11 | 5 | -66/+27 |
| * | Update 'East Asian Width' table to comply with Unicode 13.0 | Alex Dowad | 2021-01-19 | 1 | -25/+0 |
| * | CP5022{0,1,2}: treat truncated multibyte characters as error | Alex Dowad | 2021-01-15 | 1 | -0/+7 |
| * | Add test suite for CP5022{0,1,2} | Alex Dowad | 2021-01-15 | 1 | -0/+286 |
| * | Print "interned" instead of fake refcount in debug_zval_dump() | Nikita Popov | 2021-01-15 | 1 | -41/+41 |
| * | JIS7/JIS8 encoding: treat truncated multibyte characters as error | Alex Dowad | 2021-01-14 | 1 | -0/+11 |
| * | JIS7/JIS8 encoding: handle invalid 2nd byte for Kanji correctly | Alex Dowad | 2021-01-14 | 3 | -0/+6527 |
| * | ISO-2022-JP-2004 conversion: handle invalid characters correctly | Alex Dowad | 2021-01-14 | 3 | -0/+18662 |
| * | Convert U+00AF (MACRON) to 0x8150 (FULLWIDTH MACRON) in some SJIS variants | Alex Dowad | 2020-11-25 | 4 | -0/+9 |
| * | Convert U+FF5E (FULLWIDTH TILDE) to 0x8160 (WAVE DASH) in SJIS variants | Alex Dowad | 2020-11-25 | 1 | -0/+3 |
| * | Convert U+203E (OVERLINE) to 0x8150 (FULLWIDTH MACRON) in some SJIS variants | Alex Dowad | 2020-11-25 | 4 | -0/+11 |
| * | 0x7E is not a tilde in Shift-JIS{,-2004} | Alex Dowad | 2020-11-25 | 2 | -4/+5 |
| * | 0x5C is not a Yen sign in CP932 (or CP51932) | Alex Dowad | 2020-11-25 | 2 | -0/+5 |
| * | 0x5C is not a backslash in Shift-JIS-2004 | Alex Dowad | 2020-11-25 | 1 | -1/+4 |
| * | Enhance handling of CP51932 encoding | Alex Dowad | 2020-11-25 | 2 | -0/+7717 |
| * | Fix mbstring support for SJIS-Mobile (DoCoMo, KDDI, and Softbank variants of ... | Alex Dowad | 2020-11-25 | 3 | -0/+1059 |
| * | Enhance handling of CP932 text encoding | Alex Dowad | 2020-11-25 | 2 | -0/+8098 |
| * | Bugfixes for findInvalidChars (helper for mbstring test suite) | Alex Dowad | 2020-11-25 | 1 | -2/+2 |
| * | Leading BOM is stripped for UTF-32 | Alex Dowad | 2020-11-11 | 1 | -12/+9 |
| * | Add test suite for SJIS-mac encoding | Alex Dowad | 2020-11-11 | 2 | -0/+7813 |
| * | Add test suite for SJIS-2004 encoding | Alex Dowad | 2020-11-11 | 2 | -0/+11611 |
| * | Test EUC-JP and Shift-JIS more thoroughly | Alex Dowad | 2020-11-11 | 4 | -12/+13 |
| * | Remove mbstring identify filters | Alex Dowad | 2020-11-09 | 3 | -16/+15 |
| * | Fix mbstring support for EUC-JP text encoding | Alex Dowad | 2020-11-09 | 2 | -0/+13214 |
| * | Fix mbstring support for Shift-JIS | Alex Dowad | 2020-11-09 | 3 | -525/+7158 |
| * | Remove useless byte{2,4}{be,le} encodings from mbstring | Alex Dowad | 2020-11-09 | 1 | -40/+16 |
| * | Fix issues with mbstring encoding tests | Alex Dowad | 2020-11-09 | 2 | -8/+22 |
| * | Add test suite for ARMSCII-8 encoding | Alex Dowad | 2020-11-02 | 2 | -0/+288 |
| * | Add test suite for KOI8-U encoding | Alex Dowad | 2020-11-02 | 2 | -0/+316 |
| * | Add test suite for KOI8-R encoding | Alex Dowad | 2020-11-02 | 2 | -0/+309 |
| * | Add test suite for CP850 encoding | Alex Dowad | 2020-11-02 | 2 | -0/+287 |
| * | Add test suite for CP866 encoding | Alex Dowad | 2020-11-02 | 2 | -0/+288 |
| * | Add test suite for CP1254 encoding | Alex Dowad | 2020-11-02 | 2 | -0/+289 |
| * | Add test suite for CP1251 encoding | Alex Dowad | 2020-11-02 | 2 | -0/+289 |
| * | Test cases for mbstring encodings are less repetitive | Alex Dowad | 2020-11-02 | 3 | -41/+48 |
| * | Add test suite for CP1252 encoding | Alex Dowad | 2020-10-30 | 5 | -60/+416 |
| * | Add test suite for ISO-8859-x encoding verification and conversion | Alex Dowad | 2020-10-16 | 17 | -0/+4474 |
| * | Merge branch 'PHP-8.0' | Nikita Popov | 2020-10-13 | 12 | -65/+65 |
| |\ |
|
| | * | Normalize mb_ereg() return value | Nikita Popov | 2020-10-13 | 12 | -65/+65 |
| * | | Add identify filter for UTF-16, UTF-16LE, UTF-16BE | Alex Dowad | 2020-10-13 | 1 | -0/+2 |
| |/ |
|
| * | Update mbstring parameter names | Nikita Popov | 2020-09-28 | 12 | -21/+21 |
| * | Standardize mbstring and string on using 'string' as a parameter name. | Larry Garfield | 2020-09-21 | 1 | -1/+1 |
| * | Consolidate the usage of "either" and "one of" in error messages | Máté Kocsis | 2020-09-20 | 2 | -2/+2 |
| * | Run tidy | Nikita Popov | 2020-09-18 | 9 | -21/+21 |
| * | Promote a few remaining errors in ext/standard | Máté Kocsis | 2020-09-15 | 2 | -2/+3 |
| * | Throw ValueError on null bytes in mb_send_mail() | Nikita Popov | 2020-09-11 | 1 | -0/+38 |
| * | Promote some warnings in MBString Regexes | George Peter Banyard | 2020-09-09 | 9 | -118/+117 |
| * | Throw on invalid mb_http_input() type | Nikita Popov | 2020-09-07 | 1 | -0/+17 |
| * | Handle null encoding in mb_http_input() | Nikita Popov | 2020-09-04 | 1 | -0/+11 |