summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* Fix #78609: mb_check_encoding() no longer supports stringable objectsChristoph M. Becker2019-09-302-20/+28
* Fix #78579: mb_decode_numericentity: args number inconsistencyChristoph M. Becker2019-09-211-0/+1
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-08-241-3/+3
|\
| * Fix CVE-2019-13224: don't allow different encodings for onig_new_deluxe()Stanislav Malyshev2019-08-241-3/+3
* | Fix key leaks in mb_convert_encoding()Nikita Popov2019-04-122-4/+22
* | Fixed SKIPIF when --disable-mbregex is usedMatteo Beccati2019-03-3018-15/+63
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-287-17/+28
|\ \ | |/
| * Validate subject encoding in mb_split and mb_ereg_matchNikita Popov2019-03-272-5/+12
| * Validate pattern against mbregex encodingNikita Popov2019-03-276-15/+31
* | Fixed bug #77454Nikita Popov2019-01-142-6/+21
* | cleanup mergeRemi Collet2019-01-081-1/+0
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-065-2/+21
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.1Stanislav Malyshev2019-01-065-2/+21
| |\
| | * Fix bug #77418 - Heap overflow in utf32be_mbc_to_codeStanislav Malyshev2019-01-065-2/+21
| | * Fix more issues with encodilng lengthStanislav Malyshev2019-01-066-14/+38
| | * Fix bug #77371 (heap buffer overflow in mb regex functions - compile_string_n...Stanislav Malyshev2019-01-062-0/+11
| | * Fix bug #77370 - check that we do not read past buffer end when parsing multi...Stanislav Malyshev2019-01-062-0/+22
| | * Patch from the upstream gitRemi Collet2017-07-051-1/+3
| | * Patch from the upstream gitRemi Collet2017-07-051-1/+8
| | * Patch from the upstream gitRemi Collet2017-07-051-0/+2
| | * Patch from the upstream gitRemi Collet2017-07-051-5/+0
| | * Patch from the upstream gitRemi Collet2017-07-051-2/+6
* | | Fix tests - newer versions check UnicodeStanislav Malyshev2019-01-063-9/+15
* | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-066-5/+62
|\ \ \ | |/ /
| * | Fix more issues with encodilng lengthStanislav Malyshev2019-01-066-14/+38
| * | Fix bug #77371 (heap buffer overflow in mb regex functions - compile_string_n...Stanislav Malyshev2019-01-062-0/+11
| * | Fix bug #77370 - check that we do not read past buffer end when parsing multi...Stanislav Malyshev2019-01-062-0/+22
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15110-144/+41
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-14183-505/+505
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-1483-140/+1
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-1315-89/+89
| * | Convert CRLF line endings to LFPeter Kokot2018-10-132-36/+36
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15112-146/+40
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-14186-509/+509
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-1483-140/+1
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-1314-89/+89
* | | Convert CRLF line endings to LFPeter Kokot2018-10-131-13/+13
* | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-042-4/+20
|\ \ \ | |/ /
| * | Fix #76704: mb_detect_order return value varies based on argument typeChristoph M. Becker2018-08-042-5/+21
* | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-283-1/+20
|\ \ \ | |/ /
| * | Fixed bug #76532 (excessive memory usage in mb_strimwidth)Marcus Schwarz2018-06-283-1/+20
* | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-03-201-1/+1
|\ \ \ | |/ /
| * | Fix #76113: mbstring does not build with Oniguruma 6.8.1Christoph M. Becker2018-03-201-1/+1
* | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-03-192-1/+14
|\ \ \ | |/ /
| * | Fix #75944: Wrong cp1251 detectionChristoph M. Becker2018-03-192-1/+14
* | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-03-113-5/+23
|\ \ \ | |/ /
| * | Fix #62545: wrong unicode mapping in some charsetsChristoph M. Becker2018-03-113-5/+23
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-01-031-1/+1
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2018)Lior Kaplan2018-01-021-1/+1
| * | year++Xinchen Hui2018-01-027-7/+7