summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbstring.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Directly use encodings instead of no_encoding in libmbflNikita Popov2017-07-201-101/+95
* | | | Free last_used_encoding_name in RSHUTDOWNNikita Popov2017-07-201-3/+5
* | | | Add basic mbstring encoding cacheNikita Popov2017-07-201-1/+18
* | | | Add php_mb_get_no_encoding() helper functionNikita Popov2017-07-201-141/+67
* | | | Switch libmbfl to use size_tNikita Popov2017-07-201-200/+72
* | | | Directly accept encoding in php_unicode_convert_case()Nikita Popov2017-07-191-18/+37
* | | | Add php_mb_get_encoding() convenience functionNikita Popov2017-07-191-24/+22
* | | | Avoid unnecessary encoding lookups in mbstringNikita Popov2017-07-191-88/+101
|/ / /
* | | Remove superfluous allocation checks around ZMM-based functionsThomas Punt2017-04-021-3/+0
* | | Drop unnecessary allocator return value checksNikita Popov2017-03-131-92/+72
* | | Deprecate mbstring.func_overloadNikita Popov2017-02-031-1/+2
* | | Deprecate mb_parse_str() without second argumentNikita Popov2017-02-031-0/+2
* | | Merge branch 'pull-request/2268'Joe Watkins2017-01-041-1/+1
|\ \ \
| * | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | | Merge branch 'pull-request/1094'Joe Watkins2017-01-041-3/+75
|\ \ \ \ | |/ / / |/| | |
| * | | add declaration of functionsMasaki Kagaya2016-08-141-0/+5
| * | | delete duplicate functionsMasaki Kagaya2016-08-141-217/+675
| |\ \ \
| * | | | 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-221-320/+76
| * | | | fix return typeMasaki Kagaya2015-02-221-6/+6
| * | | | fix memory leakMasaki Kagaya2015-02-221-10/+12
| * | | | added php_mb_check_code_point for mb_substitute_characterMasaki Kagaya2015-02-191-2/+108
| * | | | changed the position of calling php_mb_check_forbidden_encodingMasaki Kagaya2015-02-191-7/+5
| * | | | use php_mb_convert_encoding instead of php_mb_check_encodingMasaki Kagaya2015-02-191-23/+24
| * | | | added various encoding support other than unicodeMasaki Kagaya2015-02-191-22/+51
| * | | | added check by php_mb_check_forbidden_encodingMasaki Kagaya2015-02-191-1/+1
| * | | | added mb_chrMasaki Kagaya2015-02-191-0/+98
| * | | | added php_mb_check_forbidden_encodingMasaki Kagaya2015-02-191-25/+34
| * | | | added support for various encodings other than unicodeMasaki Kagaya2015-02-191-13/+43
| * | | | added utf16 and ucs2 for supported encodingsMasaki Kagaya2015-02-191-0/+6
| * | | | added check for forbidden encodingsMasaki Kagaya2015-02-191-0/+26
| * | | | added utf32 and ucs4 for available encodingsMasaki Kagaya2015-02-191-0/+6
| * | | | added mb_ordMasaki Kagaya2015-02-191-0/+73
| * | | | added php_mb_check_encodingMasaki Kagaya2015-02-191-20/+35
* | | | | Removed IS_TYPE_IMMUTABLE (it's the same as COPYABLE & !REFCOUED)Dmitry Stogov2016-11-281-4/+4
* | | | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* | | | | Merge branch 'PHP-7.1'Anatol Belski2016-11-221-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | remove TSRMLS_*Anatol Belski2016-11-211-2/+2
* | | | | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-171-12/+20
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-171-12/+20
| |\ \ \ \ | | |/ / /
| | * | | Prevent modification of immutable arrays (ext/mbstring/tests/bug26639.phpt fa...Dmitry Stogov2016-11-171-12/+20
* | | | | Use proper APIYasuo Ohgaki2016-10-161-2/+1
* | | | | Fix test and cleanup code a littleYasuo Ohgaki2016-10-151-8/+5
* | | | | mb_check_encoding()/mb_convert_encoding() - Improve and add recursion detection.Yasuo Ohgaki2016-10-151-21/+35
* | | | | Implemented Bug #68776 mail() does not have mail header injection prevention ...Yasuo Ohgaki2016-09-151-12/+29
* | | | | Remove remaining zpp fallback code (master branch)Andrea Faulds2016-09-111-19/+1
* | | | | Merge branch 'PHP-7.1'Yasuo Ohgaki2016-09-081-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.0' into PHP-7.1Yasuo Ohgaki2016-09-081-2/+2
| |\ \ \ \ | | |/ / /