| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed bug #76319 | Nikita Popov | 2018-05-25 | 1 | -0/+9 |
| * | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-03-19 | 1 | -0/+13 |
| |\ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-03-19 | 1 | -0/+13 |
| | |\ | |||||
| | | * | Fix #75944: Wrong cp1251 detection | Christoph M. Becker | 2018-03-19 | 1 | -0/+13 |
| * | | | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-03-11 | 1 | -0/+18 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-03-11 | 1 | -0/+18 |
| | |\ \ | | |/ | |||||
| | | * | Fix #62545: wrong unicode mapping in some charsets | Christoph M. Becker | 2018-03-11 | 1 | -0/+18 |
| * | | | Remove duplicated tests | Gabriel Caruso | 2018-02-22 | 2 | -64/+0 |
| * | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 44 | -44/+44 |
| * | | | Remove trailing whitespace in inc files | Gabriel Caruso | 2018-02-10 | 1 | -3/+3 |
| * | | | Fix some misspellings | Gabriel Caruso | 2018-02-06 | 1 | -2/+2 |
| * | | | Use bool instead of boolean while throwing a type error | Gabriel Caruso | 2018-02-04 | 4 | -28/+28 |
| * | | | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 5 | -35/+35 |
| * | | | Cleanup some tests - remove unnecessary sections | Stanislav Malyshev | 2018-02-04 | 3 | -6/+0 |
| * | | | Add missing SKIPIF sections | Gabriel Caruso | 2018-02-03 | 26 | -5/+51 |
| * | | | Update `mb_preferred_mime_name` tests | Nat Zimmermann | 2018-01-26 | 1 | -10/+9 |
| * | | | Add unknown encoding warning test for mb_encoding_aliases | Nat Zimmermann | 2018-01-26 | 1 | -0/+4 |
| * | | | Add test for negative lengths in mb_strcut() | Colin O'Dell | 2017-11-22 | 1 | -0/+18 |
| * | | | Add tests for mb_language() | Colin O'Dell | 2017-11-22 | 1 | -0/+39 |
| * | | | Refactored recursion pretection | Dmitry Stogov | 2017-10-06 | 1 | -2/+13 |
| * | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-08-04 | 2 | -2/+13 |
| |\ \ \ | |/ / | |||||
| | * | | Check for empty string in mb_ord() | Nikita Popov | 2017-08-04 | 2 | -2/+13 |
| * | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-08-04 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Also check for invalid codepoints in mb_ord() | Nikita Popov | 2017-08-04 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-08-03 | 2 | -20/+4 |
| |\ \ \ | |/ / | |||||
| | * | | Return false on invalid codepoint in mb_chr() | Nikita Popov | 2017-08-03 | 1 | -18/+2 |
| | * | | Always use Unicode codepoints in mb_ord() and mb_chr() | Nikita Popov | 2017-08-03 | 2 | -2/+2 |
| * | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-08-03 | 3 | -2/+8 |
| |\ \ \ | |/ / | |||||
| | * | | Revert/fix substitution character fallback | Nikita Popov | 2017-08-03 | 3 | -2/+8 |
| * | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-08-03 | 5 | -32/+49 |
| |\ \ \ | |/ / | |||||
| | * | | Revert/fix mb_substitute_character() codepoint checks | Nikita Popov | 2017-08-03 | 5 | -32/+49 |
| * | | | Fixed bug #65544 and #71298 | Nikita Popov | 2017-07-28 | 2 | -0/+16 |
| * | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-07-28 | 1 | -0/+10 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-07-28 | 1 | -0/+10 |
| | |\ \ | | |/ | |||||
| | | * | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-07-28 | 1 | -0/+10 |
| | | |\ | |||||
| | | | * | Fixed bug #62934 | Nikita Popov | 2017-07-28 | 1 | -0/+10 |
| * | | | | Implement full case mapping | Nikita Popov | 2017-07-28 | 3 | -2/+122 |
| * | | | | Use case-folding for case insensitive comparisons | Nikita Popov | 2017-07-28 | 1 | -0/+38 |
| * | | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-07-23 | 1 | -0/+44 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Fixed bug #69267 completely | Nikita Popov | 2017-07-23 | 1 | -0/+17 |
| | * | | | Another fix for bug #69267 | Nikita Popov | 2017-07-23 | 1 | -2/+20 |
| | * | | | Partial fix for bug #69267 | Nikita Popov | 2017-07-23 | 1 | -0/+9 |
| * | | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-07-23 | 1 | -0/+13 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-07-23 | 1 | -0/+13 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-07-23 | 1 | -0/+13 |
| | | |\ \ | | | |/ | |||||
| | | | * | Fix #71606: Segmentation fault mb_strcut with HTML-ENTITIES | Christoph M. Becker | 2017-07-23 | 1 | -0/+13 |
| * | | | | Directly accept encoding in php_unicode_convert_case() | Nikita Popov | 2017-07-19 | 2 | -26/+10 |
| |/ / / | |||||
| * | | | Deprecate mbstring.func_overload | Nikita Popov | 2017-02-03 | 4 | -0/+4 |
| * | | | Deprecate mb_parse_str() without second argument | Nikita Popov | 2017-02-03 | 4 | -2/+17 |
| * | | | Merge branch 'pull-request/1094' | Joe Watkins | 2017-01-04 | 1 | -0/+14 |
| |\ \ \ | |||||
