summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbstring.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | 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.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
* | Merge branch 'PHP-7.0' into PHP-7.1Yasuo Ohgaki2016-09-081-2/+2
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Yasuo Ohgaki2016-09-081-2/+2
| |\
| | * Fix Bug #72992 mbstring.internal_encoding doesn't inherit default_charsetYasuo Ohgaki2016-09-081-3/+3
* | | Merge branch 'PHP-7.0' into PHP-7.1Yasuo Ohgaki2016-09-061-1/+37
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Yasuo Ohgaki2016-09-061-1/+37
| |\ \ | | |/
| | * Fixed Bug #66964 mb_convert_variables() cannot detect recursionYasuo Ohgaki2016-09-061-12/+49
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-301-0/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-301-0/+7
| |\ \ | | |/
| | * Fix #66797: mb_substr only takes 32-bit signed integerChristoph M. Becker2016-08-301-0/+7
* | | add php_mb_check_encodingMasaki Kagaya2016-07-171-20/+36
* | | Fixed compilation warningsDmitry Stogov2016-06-221-2/+2
* | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-0/+2
* | | Forbid dynamic calls to scope introspection functionsNikita Popov2016-05-241-1/+6
* | | Added missing zend_parse_parameters_none() to mb_list_encodings()Kalle Sommer Nielsen2016-04-031-0/+4
* | | mb_strpos()/mb_stripos(): Add support for negative offsetFrancois Laupretre2016-03-091-2/+9
* | | mb_strimwidth(): Add support for negative 'start' and 'width'Francois Laupretre2016-03-091-2/+14
|/ /
* | fix incompatible pointers on 64-bitAnatol Belski2016-03-071-29/+172
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | Fixed bug 71397 (mb_send_mail segmentation fault)Tim Düsterhus2016-01-171-1/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fixed bug #71066 (mb_send_mail: Program terminated with signal SIGSEGV, Segme...Xinchen Hui2015-12-081-1/+2
* | Fix/improve zpp usageNikita Popov2015-10-021-44/+28
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-20/+20
* | Fix compile error when oniguruma is not availableLauri Kenttä2015-04-131-0/+2
* | cleanup the mod version macros, round 2Anatol Belski2015-03-231-1/+1
* | expose oniguruma versionAnatol Belski2015-03-121-0/+5
* | init mbstring tsrm_ls_cache on MINITAnatol Belski2015-03-111-0/+3
* | Merge remote-tracking branch 'datibbaw/kill-ereg'Adam Harvey2015-03-051-7/+0
|\ \
| * | Revert "Revert "Removing ext/ereg and dependencies""Tjerk Meesters2014-09-111-7/+0
* | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-2/+2
* | | Fix uninitalized variables reads. See CWE-457 for more info.Joshua Rogers2015-01-211-4/+4
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-44/+44
* | | Fix bug #68706 - uninitalized pointer in mbstringStanislav Malyshev2015-01-031-6/+10
* | | Improved trim/ltrim/rtrim functions.Dmitry Stogov2014-12-231-6/+6
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-177/+177
* | | more exts converted for static tsrm ls pointerAnatol Belski2014-10-151-0/+7
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | remove useless conditionAnatol Belski2014-09-191-1/+1
* | | redo the fix casting to size_t where applicableAnatol Belski2014-09-161-1/+1