| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #78609: mb_check_encoding() no longer supports stringable objects | Christoph M. Becker | 2019-09-30 | 1 | -20/+8 |
| * | Fix #78579: mb_decode_numericentity: args number inconsistency | Christoph M. Becker | 2019-09-21 | 1 | -0/+1 |
| * | Fix key leaks in mb_convert_encoding() | Nikita Popov | 2019-04-12 | 1 | -4/+6 |
| * | Fixed bug #77454 | Nikita Popov | 2019-01-14 | 1 | -6/+5 |
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-08-04 | 1 | -4/+4 |
| |\ | |||||
| | * | Fix #76704: mb_detect_order return value varies based on argument type | Christoph M. Becker | 2018-08-04 | 1 | -5/+5 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | | Fix proto documents for new global functions | Tyson Andre | 2017-11-06 | 1 | -3/+3 |
| * | | Check for empty string in mb_ord() | Nikita Popov | 2017-08-04 | 1 | -0/+5 |
| * | | Also check for invalid codepoints in mb_ord() | Nikita Popov | 2017-08-04 | 1 | -1/+15 |
| * | | Return false on invalid codepoint in mb_chr() | Nikita Popov | 2017-08-03 | 1 | -28/+25 |
| * | | Always use Unicode codepoints in mb_ord() and mb_chr() | Nikita Popov | 2017-08-03 | 1 | -99/+18 |
| * | | Revert/fix substitution character fallback | Nikita Popov | 2017-08-03 | 1 | -33/+4 |
| * | | Revert/fix mb_substitute_character() codepoint checks | Nikita Popov | 2017-08-03 | 1 | -60/+12 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-08-02 | 1 | -0/+1 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-08-02 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Fix Bug #75001: Wrong reflection on mb_eregi_replace | Fabien Villepinte | 2017-08-02 | 1 | -0/+1 |
| | | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | | Fix use after free in mb_send_mail | Nikita Popov | 2017-07-23 | 1 | -1/+1 |
| * | | | Remove superfluous allocation checks around ZMM-based functions | Thomas Punt | 2017-04-02 | 1 | -3/+0 |
| * | | | Drop unnecessary allocator return value checks | Nikita Popov | 2017-03-13 | 1 | -92/+72 |
| * | | | Deprecate mbstring.func_overload | Nikita Popov | 2017-02-03 | 1 | -1/+2 |
| * | | | Deprecate mb_parse_str() without second argument | Nikita Popov | 2017-02-03 | 1 | -0/+2 |
| * | | | Merge branch 'pull-request/2268' | Joe Watkins | 2017-01-04 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| * | | | | Merge branch 'pull-request/1094' | Joe Watkins | 2017-01-04 | 1 | -3/+75 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | add declaration of functions | Masaki Kagaya | 2016-08-14 | 1 | -0/+5 |
| | * | | | delete duplicate functions | Masaki Kagaya | 2016-08-14 | 1 | -217/+675 |
| | |\ \ \ | |||||
| | * | | | | replace emalloc with safe_emalloc | Masaki Kagaya | 2015-03-01 | 1 | -4/+4 |
| | * | | | | update the functions for checking the names of encodings | Masaki Kagaya | 2015-02-27 | 1 | -58/+90 |
| | * | | | | delete unnecessary functions | Masaki Kagaya | 2015-02-22 | 1 | -320/+76 |
| | * | | | | fix return type | Masaki Kagaya | 2015-02-22 | 1 | -6/+6 |
| | * | | | | fix memory leak | Masaki Kagaya | 2015-02-22 | 1 | -10/+12 |
| | * | | | | added php_mb_check_code_point for mb_substitute_character | Masaki Kagaya | 2015-02-19 | 1 | -2/+108 |
| | * | | | | changed the position of calling php_mb_check_forbidden_encoding | Masaki Kagaya | 2015-02-19 | 1 | -7/+5 |
| | * | | | | use php_mb_convert_encoding instead of php_mb_check_encoding | Masaki Kagaya | 2015-02-19 | 1 | -23/+24 |
| | * | | | | added various encoding support other than unicode | Masaki Kagaya | 2015-02-19 | 1 | -22/+51 |
| | * | | | | added check by php_mb_check_forbidden_encoding | Masaki Kagaya | 2015-02-19 | 1 | -1/+1 |
| | * | | | | added mb_chr | Masaki Kagaya | 2015-02-19 | 1 | -0/+98 |
| | * | | | | added php_mb_check_forbidden_encoding | Masaki Kagaya | 2015-02-19 | 1 | -25/+34 |
| | * | | | | added support for various encodings other than unicode | Masaki Kagaya | 2015-02-19 | 1 | -13/+43 |
| | * | | | | added utf16 and ucs2 for supported encodings | Masaki Kagaya | 2015-02-19 | 1 | -0/+6 |
| | * | | | | added check for forbidden encodings | Masaki Kagaya | 2015-02-19 | 1 | -0/+26 |
| | * | | | | added utf32 and ucs4 for available encodings | Masaki Kagaya | 2015-02-19 | 1 | -0/+6 |
| | * | | | | added mb_ord | Masaki Kagaya | 2015-02-19 | 1 | -0/+73 |
| | * | | | | added php_mb_check_encoding | Masaki Kagaya | 2015-02-19 | 1 | -20/+35 |
| * | | | | | Removed IS_TYPE_IMMUTABLE (it's the same as COPYABLE & !REFCOUED) | Dmitry Stogov | 2016-11-28 | 1 | -4/+4 |
| * | | | | | further normalizations, uint vs uint32_t | Anatol Belski | 2016-11-26 | 1 | -1/+1 |
