summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2020-01-301-0/+2
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-301-0/+2
| |\
| | * Add SKIPIF to test requiring mbregexNikita Popov2020-01-301-0/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-304-9/+11
|\ \ \ | |/ /
| * | Fix shift ub in mbstringNikita Popov2020-01-302-8/+8
| * | Restore digit check in mb_decode_numericentity()Nikita Popov2020-01-302-1/+3
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-292-4/+9
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-292-4/+9
| |\ \ | | |/
| | * Fix mb_ord() crash if internal encoding not supportedNikita Popov2020-01-292-4/+9
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-292-3/+6
|\ \ \ | |/ /
| * | Better overflow check for entity decodingNikita Popov2020-01-292-3/+6
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-291-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-291-0/+1
| |\ \ | | |/
| | * Reset MBREX(search_re) in RSHUTDOWNNikita Popov2020-01-291-0/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-292-3/+22
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-292-3/+22
| |\ \ | | |/
| | * Fix use of mb_ereg_search_getregs() after invalid patternNikita Popov2020-01-292-3/+22
| | * Don't leak encoding_strChristoph M. Becker2020-01-221-0/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-292-1/+5
|\ \ \ | |/ /
| * | Fix length inconsistency in mb_convert_encodingNikita Popov2020-01-292-1/+5
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-292-6/+10
|\ \ \ | |/ /
| * | Fix recovery of large entities in mb_decode_numericentity()Nikita Popov2020-01-292-6/+10
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-282-2/+11
|\ \ \ | |/ /
| * | Fix memory leak in mb_str_splitNikita Popov2020-01-282-2/+11
* | | Only fetch to_encoding once in mb_convert_encoding()Nikita Popov2020-01-282-22/+17
* | | Allow empty needle in mb_strrchr()George Peter Banyard2020-01-252-15/+8
* | | Convert warnings to ValueError in mb_strpos function family.George Peter Banyard2020-01-2416-418/+454
* | | Also use zend_memnrstr in mbfl_strposNikita Popov2020-01-241-92/+30
* | | Base mbfl_strpos on zend_memnstrNikita Popov2020-01-241-44/+17
* | | Extract calculation of offset from pointerNikita Popov2020-01-241-18/+15
* | | Handle mb_str(r)ipos offset consistently as wellNikita Popov2020-01-245-36/+18
* | | Move offset error checking into mbfl_strposNikita Popov2020-01-246-70/+107
* | | Add #defines for mbfl_strpos error conditionsNikita Popov2020-01-243-40/+28
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-221-0/+34
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-221-0/+34
| |\ \ | | |/
| | * Fix #79154: mb_convert_encoding() can modify $from_encodingChristoph M. Becker2020-01-222-5/+38
* | | Fix test expectationChristoph M. Becker2020-01-221-2/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-222-3/+24
|\ \ \ | |/ /
| * | Fix #79149: SEGV in mb_convert_encoding with non-string encodingsChristoph M. Becker2020-01-222-3/+24
* | | Merge branch 'PHP-7.4'Stanislav Malyshev2020-01-202-2/+12
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2020-01-202-2/+12
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-01-202-2/+12
| | |\
| | | * Fix bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`)Stanislav Malyshev2020-01-202-5/+22
| | * | Upgrade to Oniguruma 6.9.4Christoph M. Becker2019-11-3073-2923/+3688
| | * | Add missing skip checksChristoph M. Becker2019-11-291-1/+5
| | * | Partially revert "Adapt test cases for Oniguruma 6.9.4"Christoph M. Becker2019-11-292-33/+0
* | | | Fix #78880 Another roundMáté Kocsis2020-01-191-1/+1
* | | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-173-18/+18
* | | | Fix #78880: Final spelling fixesMáté Kocsis2020-01-163-3/+3
* | | | Allow empty needles in mb_strpos and mb_strstr function family.George Peter Banyard2020-01-0710-30/+477