summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | SIZEOF_SIZE_T doesn't exist on AIX and POWER8 (ppc64le), keep using SIZEOF_LONGLior Kaplan2017-07-131-1/+5
* | | reapply platform related onig patchesAnatol Belski2017-05-303-3/+9
* | | Update Oniguruma to latest upstream version 6.3.0Remi Collet2017-05-3059-270/+534
* | | Ignore ext/mbstring/oniguruma/oniguruma.hSara Golemon2017-05-021-0/+1
* | | Remove superfluous allocation checks around ZMM-based functionsThomas Punt2017-04-021-3/+0
* | | Remove more unnecessary checks on Zend's allocator functionsThomas Punt2017-03-161-3/+0
* | | Drop unnecessary allocator return value checksNikita Popov2017-03-131-92/+72
* | | remove accidentially commited fileAnatol Belski2017-03-071-0/+0
* | | Deprecate mbstring.func_overloadNikita Popov2017-02-035-1/+6
* | | Deprecate mb_parse_str() without second argumentNikita Popov2017-02-035-2/+19
* | | Use modern autotools name of configure.ac instead of configure.inBrian Evans2017-01-271-0/+0
* | | Merge branch 'pull-request/2268'Joe Watkins2017-01-0446-46/+46
|\ \ \
| * | | Update copyright headers to 2017Sammy Kaye Powers2017-01-0246-46/+46
* | | | Merge branch 'pull-request/1094'Joe Watkins2017-01-042-3/+89
|\ \ \ \ | |/ / / |/| | |
| * | | add declaration of functionsMasaki Kagaya2016-08-141-0/+5
| * | | delete duplicate functionsMasaki Kagaya2016-08-1474-2040/+6003
| |\ \ \
| * | | | replace emalloc with safe_emallocMasaki Kagaya2015-03-011-4/+4
| * | | | update the functions for checking the names of encodingsMasaki Kagaya2015-02-271-58/+90
| * | | | delete unnecessary functionsMasaki Kagaya2015-02-222-322/+76