Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.4' | Nikita Popov | 2020-01-30 | 1 | -0/+2 |
|\ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-01-30 | 1 | -0/+2 |
| |\ | |||||
| | * | Add SKIPIF to test requiring mbregex | Nikita Popov | 2020-01-30 | 1 | -0/+2 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-01-30 | 4 | -9/+11 |
|\ \ \ | |/ / | |||||
| * | | Fix shift ub in mbstring | Nikita Popov | 2020-01-30 | 2 | -8/+8 |
| * | | Restore digit check in mb_decode_numericentity() | Nikita Popov | 2020-01-30 | 2 | -1/+3 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-01-29 | 2 | -4/+9 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-01-29 | 2 | -4/+9 |
| |\ \ | | |/ | |||||
| | * | Fix mb_ord() crash if internal encoding not supported | Nikita Popov | 2020-01-29 | 2 | -4/+9 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-01-29 | 2 | -3/+6 |
|\ \ \ | |/ / | |||||
| * | | Better overflow check for entity decoding | Nikita Popov | 2020-01-29 | 2 | -3/+6 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-01-29 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-01-29 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Reset MBREX(search_re) in RSHUTDOWN | Nikita Popov | 2020-01-29 | 1 | -0/+1 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-01-29 | 2 | -3/+22 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-01-29 | 2 | -3/+22 |
| |\ \ | | |/ | |||||
| | * | Fix use of mb_ereg_search_getregs() after invalid pattern | Nikita Popov | 2020-01-29 | 2 | -3/+22 |
| | * | Don't leak encoding_str | Christoph M. Becker | 2020-01-22 | 1 | -0/+1 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-01-29 | 2 | -1/+5 |
|\ \ \ | |/ / | |||||
| * | | Fix length inconsistency in mb_convert_encoding | Nikita Popov | 2020-01-29 | 2 | -1/+5 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-01-29 | 2 | -6/+10 |
|\ \ \ | |/ / | |||||
| * | | Fix recovery of large entities in mb_decode_numericentity() | Nikita Popov | 2020-01-29 | 2 | -6/+10 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-01-28 | 2 | -2/+11 |
|\ \ \ | |/ / | |||||
| * | | Fix memory leak in mb_str_split | Nikita Popov | 2020-01-28 | 2 | -2/+11 |
* | | | Only fetch to_encoding once in mb_convert_encoding() | Nikita Popov | 2020-01-28 | 2 | -22/+17 |
* | | | Allow empty needle in mb_strrchr() | George Peter Banyard | 2020-01-25 | 2 | -15/+8 |
* | | | Convert warnings to ValueError in mb_strpos function family. | George Peter Banyard | 2020-01-24 | 16 | -418/+454 |
* | | | Also use zend_memnrstr in mbfl_strpos | Nikita Popov | 2020-01-24 | 1 | -92/+30 |
* | | | Base mbfl_strpos on zend_memnstr | Nikita Popov | 2020-01-24 | 1 | -44/+17 |
* | | | Extract calculation of offset from pointer | Nikita Popov | 2020-01-24 | 1 | -18/+15 |
* | | | Handle mb_str(r)ipos offset consistently as well | Nikita Popov | 2020-01-24 | 5 | -36/+18 |
* | | | Move offset error checking into mbfl_strpos | Nikita Popov | 2020-01-24 | 6 | -70/+107 |
* | | | Add #defines for mbfl_strpos error conditions | Nikita Popov | 2020-01-24 | 3 | -40/+28 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-01-22 | 1 | -0/+34 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-01-22 | 1 | -0/+34 |
| |\ \ | | |/ | |||||
| | * | Fix #79154: mb_convert_encoding() can modify $from_encoding | Christoph M. Becker | 2020-01-22 | 2 | -5/+38 |
* | | | Fix test expectation | Christoph M. Becker | 2020-01-22 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-01-22 | 2 | -3/+24 |
|\ \ \ | |/ / | |||||
| * | | Fix #79149: SEGV in mb_convert_encoding with non-string encodings | Christoph M. Becker | 2020-01-22 | 2 | -3/+24 |
* | | | Merge branch 'PHP-7.4' | Stanislav Malyshev | 2020-01-20 | 2 | -2/+12 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Stanislav Malyshev | 2020-01-20 | 2 | -2/+12 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2020-01-20 | 2 | -2/+12 |
| | |\ | |||||
| | | * | Fix bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`) | Stanislav Malyshev | 2020-01-20 | 2 | -5/+22 |
| | * | | Upgrade to Oniguruma 6.9.4 | Christoph M. Becker | 2019-11-30 | 73 | -2923/+3688 |
| | * | | Add missing skip checks | Christoph M. Becker | 2019-11-29 | 1 | -1/+5 |
| | * | | Partially revert "Adapt test cases for Oniguruma 6.9.4" | Christoph M. Becker | 2019-11-29 | 2 | -33/+0 |
* | | | | Fix #78880 Another round | Máté Kocsis | 2020-01-19 | 1 | -1/+1 |
* | | | | Make error messages more consistent by fixing capitalization | Máté Kocsis | 2020-01-17 | 3 | -18/+18 |
* | | | | Fix #78880: Final spelling fixes | Máté Kocsis | 2020-01-16 | 3 | -3/+3 |
* | | | | Allow empty needles in mb_strpos and mb_strstr function family. | George Peter Banyard | 2020-01-07 | 10 | -30/+477 |