summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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-192-2/+122
| * | 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-192-0/+99
| * | 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-192-0/+74
| * | added php_mb_check_encodingMasaki Kagaya2015-02-191-20/+35
* | | Merge branch 'PHP-7.1'Anatol Belski2016-12-171-3/+6
|\ \ \
| * \ \ Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-12-171-3/+6
| |\ \ \
| | * \ \ Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-12-171-3/+6
| | |\ \ \
| | | * | | fix C89 compatAnatol Belski2016-12-171-3/+6
| | | * | | Add more mbfl string size checks (bug #73505)Stanislav Malyshev2016-11-261-1/+29
* | | | | | Merge branch 'PHP-7.1'Xinchen Hui2016-12-092-6/+17
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed bug #73646 (mb_ereg_search_init null pointer dereference)Xinchen Hui2016-12-092-6/+17
* | | | | | Removed IS_TYPE_IMMUTABLE (it's the same as COPYABLE & !REFCOUED)Dmitry Stogov2016-11-281-4/+4
* | | | | | Fixed buildDmitry Stogov2016-11-281-1/+1
* | | | | | Merge branch 'PHP-7.1'Stanislav Malyshev2016-11-261-0/+28
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-261-0/+28
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-261-0/+28
| | |\ \ \ \
| | | * | | | Add more mbfl string size checks (bug #73505)Stanislav Malyshev2016-11-261-1/+29
| | | |/ / /
| | | * | | Fix bug #73082Stanislav Malyshev2016-09-251-48/+48
| | | * | | Fix bug26639.phptYasuo Ohgaki2016-09-081-0/+1
* | | | | | further normalizations, uint vs uint32_tAnatol Belski2016-11-262-2/+2
* | | | | | fix oniguruma.h copyingAnatol Belski2016-11-251-1/+6