Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove --with-libmbfl configure option | Peter Kokot | 2017-10-28 | 2 | -205/+159 |
* | Avoid HashTable allocations for empty arrays (using zend_empty_array). | Dmitry Stogov | 2017-10-24 | 1 | -3/+4 |
* | Update README information for the libmbfl library | Peter Kokot | 2017-10-08 | 1 | -5/+10 |
* | Refactor mbstring READMEs | Peter Kokot | 2017-10-08 | 5 | -858/+5 |
* | mb_convert_variables() refactored to use simple recursion. | Dmitry Stogov | 2017-10-06 | 1 | -163/+111 |
* | Refactored recursion pretection | Dmitry Stogov | 2017-10-06 | 2 | -18/+26 |
* | Join untracked files to root .gitignore | Peter Kokot | 2017-10-05 | 1 | -1/+0 |
* | Refactored array creation API. array_init() and array_init_size() are convert... | Dmitry Stogov | 2017-09-20 | 1 | -4/+2 |
* | fixes PR #2722, no clue how it broke ... | Joe Watkins | 2017-09-06 | 1 | -1/+1 |
* | fixed mbstring extension compiled broken with archlinux | shinemotec@gmail.com | 2017-09-06 | 1 | -0/+2 |
* | Optimize mb_chr() | Nikita Popov | 2017-08-04 | 1 | -42/+28 |
* | Optimize mb_ord() | Nikita Popov | 2017-08-04 | 4 | -35/+35 |
* | Store input and output filters in mbfl encodings | Nikita Popov | 2017-08-04 | 68 | -293/+294 |
* | Separate mbfl filters into three categories | Nikita Popov | 2017-08-04 | 2 | -88/+106 |
* | Merge branch 'PHP-7.2' | Nikita Popov | 2017-08-04 | 3 | -2/+18 |
|\ | |||||
| * | Check for empty string in mb_ord() | Nikita Popov | 2017-08-04 | 3 | -2/+18 |
* | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-08-04 | 2 | -2/+15 |
|\ \ | |/ | |||||
| * | Also check for invalid codepoints in mb_ord() | Nikita Popov | 2017-08-04 | 2 | -2/+16 |
* | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-08-03 | 3 | -134/+38 |
|\ \ | |/ | |||||
| * | 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 |
* | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-08-03 | 5 | -38/+29 |
|\ \ | |/ | |||||
| * | Revert/fix substitution character fallback | Nikita Popov | 2017-08-03 | 5 | -39/+30 |
* | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-08-03 | 6 | -92/+61 |
|\ \ | |/ | |||||
| * | Revert/fix mb_substitute_character() codepoint checks | Nikita Popov | 2017-08-03 | 6 | -92/+61 |
* | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-08-02 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | 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 |
* | | | | fix c89 compat | Anatol Belski | 2017-07-28 | 1 | -2/+2 |
* | | | | Fixed bug #65544 and #71298 | Nikita Popov | 2017-07-28 | 6 | -26/+330 |
* | | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-07-28 | 2 | -2/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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 |
* | | | | Implement full case mapping | Nikita Popov | 2017-07-28 | 9 | -1437/+2241 |
* | | | | Use case-folding for case insensitive comparisons | Nikita Popov | 2017-07-28 | 6 | -21/+818 |
* | | | | Use MPH for case maps | Nikita Popov | 2017-07-28 | 3 | -2720/+1591 |
* | | | | Avoid some unnecessary mbfl_strlen() calculations | Nikita Popov | 2017-07-28 | 1 | -10/+13 |
* | | | | Don't store titlecase if same as uppercase | Nikita Popov | 2017-07-28 | 2 | -1316/+3 |
* | | | | Drop implementation-specific character properties | Nikita Popov | 2017-07-28 | 3 | -521/+29 |
* | | | | fix data types | Anatol Belski | 2017-07-25 | 1 | -3/+3 |
* | | | | size_t fixes | Anatol Belski | 2017-07-25 | 2 | -4/+4 |
* | | | | Handle character ranges in ucgendat generically | Nikita Popov | 2017-07-25 | 2 | -903/+838 |
* | | | | Port ucgendat to PHP | Nikita Popov | 2017-07-25 | 3 | -1932/+440 |
* | | | | Fix handling of some special ranges in ucgendat | Nikita Popov | 2017-07-25 | 2 | -1347/+1443 |
* | | | | Add MBFL_SUBSTR_TO_END mode to mbfl_substr | Nikita Popov | 2017-07-23 | 3 | -81/+78 |
* | | | | Remove more obsolete length checks | Nikita Popov | 2017-07-23 | 1 | -16/+1 |
* | | | | Change layout of case mapping table | Nikita Popov | 2017-07-23 | 3 | -2786/+4000 |
* | | | | remove cast | Anatol Belski | 2017-07-23 | 1 | -1/+1 |