summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* 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
* | year++Xinchen Hui2018-01-027-7/+7
* | Fix proto documents for new global functionsTyson Andre2017-11-061-3/+3
* | Check for empty string in mb_ord()Nikita Popov2017-08-043-2/+18
* | Also check for invalid codepoints in mb_ord()Nikita Popov2017-08-042-2/+16
* | Return false on invalid codepoint in mb_chr()Nikita Popov2017-08-032-46/+27
* | Always use Unicode codepoints in mb_ord() and mb_chr()Nikita Popov2017-08-033-101/+20
* | Revert/fix substitution character fallbackNikita Popov2017-08-035-39/+30
* | Revert/fix mb_substitute_character() codepoint checksNikita Popov2017-08-036-92/+61
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-08-021-0/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-08-021-0/+1
| |\
| | * Fix Bug #75001: Wrong reflection on mb_eregi_replaceFabien Villepinte2017-08-021-0/+1
* | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-07-282-2/+12
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-07-282-2/+12
| |\ \ | | |/
| | * Fixed bug #62934Nikita Popov2017-07-282-2/+12
* | | Update Unicode data for Unicode 10Nikita Popov2017-07-231-1658/+1903
* | | Update ucgendat for more bidi propertiesNikita Popov2017-07-232-4/+8
* | | Fixed bug #69267 completelyNikita Popov2017-07-233-31/+58
* | | Another fix for bug #69267Nikita Popov2017-07-232-3/+21
* | | Partial fix for bug #69267Nikita Popov2017-07-234-15/+25
* | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-07-233-2/+22
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-07-233-2/+22
| |\ \ | | |/
| | * Fix #71606: Segmentation fault mb_strcut with HTML-ENTITIESChristoph M. Becker2017-07-233-2/+22
| * | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-05-302-9/+19
| |\ \ | | |/
| | * Patch from the upstream gitRemi Collet2017-05-301-1/+3
| | * Patch from the upstream gitRemi Collet2017-05-301-1/+8
| | * Patch from the upstream gitRemi Collet2017-05-301-0/+2
| | * Patch from the upstream gitRemi Collet2017-05-301-5/+0
| | * Patch from the upstream gitRemi Collet2017-05-301-2/+6
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-047-7/+7
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-047-7/+7
* | | Fix use after free in mb_send_mailNikita Popov2017-07-231-1/+1
* | | add oniguruma.patch to ease future upgradesAnatol Belski2017-07-131-0/+61