| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-01-29 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix mb_ord() crash if internal encoding not supported | Nikita Popov | 2020-01-29 | 1 | -1/+1 |
| | * | Don't leak encoding_str | Christoph M. Becker | 2020-01-22 | 1 | -0/+1 |
| | * | Fix #79154: mb_convert_encoding() can modify $from_encoding | Christoph M. Becker | 2020-01-22 | 1 | -5/+4 |
| * | | Fix length inconsistency in mb_convert_encoding | Nikita Popov | 2020-01-29 | 1 | -1/+1 |
| * | | Fix memory leak in mb_str_split | Nikita Popov | 2020-01-28 | 1 | -0/+1 |
| * | | Fix #79149: SEGV in mb_convert_encoding with non-string encodings | Christoph M. Becker | 2020-01-22 | 1 | -3/+3 |
| * | | Add support for mbstring.regex_retry_limit | Nikita Popov | 2019-10-06 | 1 | -0/+5 |
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-09-30 | 1 | -20/+10 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-09-30 | 1 | -20/+8 |
| | |\ | |||||
| | | * | Fix #78609: mb_check_encoding() no longer supports stringable objects | Christoph M. Becker | 2019-09-30 | 1 | -20/+8 |
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-09-21 | 1 | -0/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-09-21 | 1 | -0/+1 |
| | |\ \ | | |/ | |||||
| | | * | Fix #78579: mb_decode_numericentity: args number inconsistency | Christoph M. Becker | 2019-09-21 | 1 | -0/+1 |
| * | | | Deprecate encoding as 3rd param to mb_strrpos() | Nikita Popov | 2019-07-22 | 1 | -0/+3 |
| * | | | Fix unused variable warnings when mbregex disabled | Nikita Popov | 2019-07-01 | 1 | -0/+2 |
| * | | | Cheaper checks for exceptions thrown from __toString() | Dmitry Stogov | 2019-06-06 | 1 | -4/+4 |
| * | | | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -10/+33 |
| * | | | Fixed compatibility with phpdbg | Dmitry Stogov | 2019-04-18 | 1 | -0/+2 |
| * | | | Fix internal_encoding fallback in mbstring | Nikita Popov | 2019-04-17 | 1 | -83/+73 |
| * | | | Avoid misc uninitialized variable warnings | Nikita Popov | 2019-04-12 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-04-12 | 1 | -4/+6 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-04-12 | 1 | -4/+6 |
| | |\ \ | | |/ | |||||
| | | * | Fix key leaks in mb_convert_encoding() | Nikita Popov | 2019-04-12 | 1 | -4/+6 |
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-04-11 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Avoid onig match param unused variable warning | Nikita Popov | 2019-04-11 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Stanislav Malyshev | 2019-04-01 | 1 | -3/+26 |
| |\ \ \ | |/ / | |||||
| | * | | Add fallbacks for older oniguruma versions | Stanislav Malyshev | 2019-03-30 | 1 | -1/+12 |
| | * | | Implement RF bug #72777 - ensure stack limits on mbstring functions. | Yasuo Ohgaki | 2019-03-28 | 1 | -3/+15 |
| * | | | Removed declaration inside for loops | Matteo Beccati | 2019-03-29 | 1 | -2/+6 |
| * | | | Remove HAVE_PCRE/HAVE_BUNDLED_PCRE checks | Nikita Popov | 2019-03-22 | 1 | -2/+2 |
| * | | | Implement mb_str_split() | legale | 2019-02-12 | 1 | -0/+170 |
| * | | | Unbundle oniguruma | Nikita Popov | 2019-02-11 | 1 | -17/+7 |
| * | | | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
| * | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-7.3' | Nikita Popov | 2019-01-14 | 1 | -6/+5 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-01-14 | 1 | -6/+5 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #77454 | Nikita Popov | 2019-01-14 | 1 | -6/+5 |
| * | | | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -4/+5 |
| * | | | Merge branch 'PHP-7.3' | Nikita Popov | 2018-11-15 | 1 | -4/+4 |
| |\ \ \ | |/ / | |||||
| | * | | Fixed bug #77165 | Nikita Popov | 2018-11-15 | 1 | -4/+4 |
| * | | | Remove unused variables | Gabriel Caruso | 2018-11-15 | 1 | -2/+1 |
| * | | | Add missing null initialization | Nikita Popov | 2018-10-29 | 1 | -1/+1 |
| * | | | Remove redundant mbfl_string_init calls | Nikita Popov | 2018-10-29 | 1 | -38/+2 |
| * | | | Use zend_string for mbstring last encoding cache | Nikita Popov | 2018-10-29 | 1 | -114/+92 |
| * | | | Merge branch 'PHP-7.3' | Nikita Popov | 2018-10-29 | 1 | -6/+6 |
| |\ \ \ | |/ / | |||||
| | * | | Fix mb_strrpos() with encoding passed as 3rd param | Nikita Popov | 2018-10-29 | 1 | -6/+6 |
| * | | | Remove unnecessary HASH_OF uses in mbstring | Nikita Popov | 2018-10-11 | 1 | -4/+4 |
| |/ / | |||||
| * | | Fix #76706: mbstring.http_output_conv_mimetypes is ignored | Christoph M. Becker | 2018-08-04 | 1 | -1/+1 |
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-08-04 | 1 | -4/+4 |
| |\ \ | |/ | |||||
