summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #77514Nikita Popov2019-01-242-2/+12
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-142-6/+21
|\
| * Fixed bug #77454Nikita Popov2019-01-142-6/+21
* | Fixed bug #77428Nikita Popov2019-01-082-1/+17
* | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2019-01-081-1/+0
|\ \ | |/
| * cleanup mergeRemi Collet2019-01-081-1/+0
* | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-01-065-2/+21
|\ \ | |/
| * 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
* | | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-01-063-9/+15
|\ \ \ \ | |/ / /
| * | | Fix tests - newer versions check UnicodeStanislav Malyshev2019-01-063-9/+15
* | | | Fix #77367: Negative size parameter in mb_splitChristoph M. Becker2019-01-062-3/+23
* | | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-01-066-5/+62
|\ \ \ \ | |/ / /
| * | | 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
* | | | Fixed bug #77165Nikita Popov2018-11-152-4/+15
* | | | Fix mb_strrpos() with encoding passed as 3rd paramNikita Popov2018-10-292-6/+17
* | | | Remove the "auto" encodingNikita Popov2018-10-173-17/+2
* | | | Fixed bug #77025Nikita Popov2018-10-172-2/+55
* | | | Add vtbls for EUC-TW encodingNikita Popov2018-10-171-1/+3
* | | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15107-139/+33
* | | | Trim trailing whitespace in *.phptPeter Kokot2018-10-14185-502/+502
* | | | Sync leading and final newlines in source code filesPeter Kokot2018-10-1479-133/+1
* | | | Trim trailing whitespace in source code filesPeter Kokot2018-10-137-42/+42
* | | | Convert CRLF line endings to LFPeter Kokot2018-10-131-13/+13
* | | | Fixed bug #76958Nikita Popov2018-10-022-1/+17
* | | | Don't fall back to vtbl_pass if no matching vtbl foundNikita Popov2018-10-022-4/+8
* | | | Update to Oniguruma 6.9.0Christoph M. Becker2018-09-0332-8684/+13149
* | | | Add missing skip conditionsChristoph M. Becker2018-08-0512-8/+36