| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 3 | -2/+18 |
| * | Also check for invalid codepoints in mb_ord() | Nikita Popov | 2017-08-04 | 2 | -2/+16 |
| * | Return false on invalid codepoint in mb_chr() | Nikita Popov | 2017-08-03 | 2 | -46/+27 |
| * | Always use Unicode codepoints in mb_ord() and mb_chr() | Nikita Popov | 2017-08-03 | 3 | -101/+20 |
| * | Revert/fix substitution character fallback | Nikita Popov | 2017-08-03 | 5 | -39/+30 |
| * | Revert/fix mb_substitute_character() codepoint checks | Nikita Popov | 2017-08-03 | 6 | -92/+61 |
| * | 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 |
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-07-28 | 2 | -2/+12 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-07-28 | 2 | -2/+12 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #62934 | Nikita Popov | 2017-07-28 | 2 | -2/+12 |
| * | | | Update Unicode data for Unicode 10 | Nikita Popov | 2017-07-23 | 1 | -1658/+1903 |
| * | | | Update ucgendat for more bidi properties | Nikita Popov | 2017-07-23 | 2 | -4/+8 |
| * | | | Fixed bug #69267 completely | Nikita Popov | 2017-07-23 | 3 | -31/+58 |
| * | | | Another fix for bug #69267 | Nikita Popov | 2017-07-23 | 2 | -3/+21 |
| * | | | Partial fix for bug #69267 | Nikita Popov | 2017-07-23 | 4 | -15/+25 |
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-07-23 | 3 | -2/+22 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-07-23 | 3 | -2/+22 |
| | |\ \ | | |/ | |||||
| | | * | Fix #71606: Segmentation fault mb_strcut with HTML-ENTITIES | Christoph M. Becker | 2017-07-23 | 3 | -2/+22 |
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Remi Collet | 2017-05-30 | 2 | -9/+19 |
| | |\ \ | | |/ | |||||
| | | * | Patch from the upstream git | Remi Collet | 2017-05-30 | 1 | -1/+3 |
| | | * | Patch from the upstream git | Remi Collet | 2017-05-30 | 1 | -1/+8 |
| | | * | Patch from the upstream git | Remi Collet | 2017-05-30 | 1 | -0/+2 |
| | | * | Patch from the upstream git | Remi Collet | 2017-05-30 | 1 | -5/+0 |
| | | * | Patch from the upstream git | Remi Collet | 2017-05-30 | 1 | -2/+6 |
| | | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 7 | -7/+7 |
| | * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 7 | -7/+7 |
| * | | | Fix use after free in mb_send_mail | Nikita Popov | 2017-07-23 | 1 | -1/+1 |
| * | | | add oniguruma.patch to ease future upgrades | Anatol Belski | 2017-07-13 | 1 | -0/+61 |
| * | | | SIZEOF_SIZE_T doesn't exist on AIX and POWER8 (ppc64le), keep using SIZEOF_LONG | Lior Kaplan | 2017-07-13 | 1 | -1/+5 |
| * | | | reapply platform related onig patches | Anatol Belski | 2017-05-30 | 3 | -3/+9 |
| * | | | Update Oniguruma to latest upstream version 6.3.0 | Remi Collet | 2017-05-30 | 59 | -270/+534 |
| * | | | Ignore ext/mbstring/oniguruma/oniguruma.h | Sara Golemon | 2017-05-02 | 1 | -0/+1 |
| * | | | Remove superfluous allocation checks around ZMM-based functions | Thomas Punt | 2017-04-02 | 1 | -3/+0 |
| * | | | Remove more unnecessary checks on Zend's allocator functions | Thomas Punt | 2017-03-16 | 1 | -3/+0 |
| * | | | Drop unnecessary allocator return value checks | Nikita Popov | 2017-03-13 | 1 | -92/+72 |
| * | | | remove accidentially commited file | Anatol Belski | 2017-03-07 | 1 | -0/+0 |
| * | | | Deprecate mbstring.func_overload | Nikita Popov | 2017-02-03 | 5 | -1/+6 |
| * | | | Deprecate mb_parse_str() without second argument | Nikita Popov | 2017-02-03 | 5 | -2/+19 |
| * | | | Use modern autotools name of configure.ac instead of configure.in | Brian Evans | 2017-01-27 | 1 | -0/+0 |
| * | | | Merge branch 'pull-request/2268' | Joe Watkins | 2017-01-04 | 46 | -46/+46 |
| |\ \ \ | |||||
| | * | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 46 | -46/+46 |
| * | | | | Merge branch 'pull-request/1094' | Joe Watkins | 2017-01-04 | 2 | -3/+89 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | add declaration of functions | Masaki Kagaya | 2016-08-14 | 1 | -0/+5 |
| | * | | | delete duplicate functions | Masaki Kagaya | 2016-08-14 | 74 | -2040/+6003 |
| | |\ \ \ | |||||
| | * | | | | 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 | 2 | -322/+76 |
