| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 112 | -146/+40 |
| * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 186 | -509/+509 |
| * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 83 | -140/+1 |
| * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 14 | -89/+89 |
| * | Convert CRLF line endings to LF | Peter Kokot | 2018-10-13 | 1 | -13/+13 |
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-08-04 | 2 | -4/+20 |
| |\ | |||||
| | * | Fix #76704: mb_detect_order return value varies based on argument type | Christoph M. Becker | 2018-08-04 | 2 | -5/+21 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-06-28 | 3 | -1/+20 |
| |\ \ | |/ | |||||
| | * | Fixed bug #76532 (excessive memory usage in mb_strimwidth) | Marcus Schwarz | 2018-06-28 | 3 | -1/+20 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-03-20 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fix #76113: mbstring does not build with Oniguruma 6.8.1 | Christoph M. Becker | 2018-03-20 | 1 | -1/+1 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-03-19 | 2 | -1/+14 |
| |\ \ | |/ | |||||
| | * | Fix #75944: Wrong cp1251 detection | Christoph M. Becker | 2018-03-19 | 2 | -1/+14 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-03-11 | 3 | -5/+23 |
| |\ \ | |/ | |||||
| | * | Fix #62545: wrong unicode mapping in some charsets | Christoph M. Becker | 2018-03-11 | 3 | -5/+23 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-01-03 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Happy new year (Update copyright to 2018) | Lior Kaplan | 2018-01-02 | 1 | -1/+1 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 7 | -7/+7 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 7 | -7/+7 |
| * | | 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 |
