summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbstring.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Convert string|array union parameter typesMáté Kocsis2019-12-201-1/+1
* | | Remove deprecated behaviour of passing encoding as third parameter in mb_strr...George Peter Banyard2019-12-131-34/+1
* | | Expect appropriate parameter type in the first placeChristoph M. Becker2019-10-071-19/+14
* | | Explicitly declare empty parameter listChristoph M. Becker2019-10-061-1/+1
* | | Add MBString arginfo stubsChristoph M. Becker2019-10-061-330/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-061-0/+5
|\ \ \ | |/ /
| * | Add support for mbstring.regex_retry_limitNikita Popov2019-10-061-0/+5
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-09-301-20/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-09-301-20/+10
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-09-301-20/+8
| | |\
| | | * Fix #78609: mb_check_encoding() no longer supports stringable objectsChristoph M. Becker2019-09-301-20/+8
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | | Remove unused parameterChristoph M. Becker2019-09-211-3/+8
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-09-211-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-09-211-0/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-09-211-0/+1
| | |\ \ | | | |/
| | | * Fix #78579: mb_decode_numericentity: args number inconsistencyChristoph M. Becker2019-09-211-0/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-221-0/+3
|\ \ \ \ | |/ / /
| * | | Deprecate encoding as 3rd param to mb_strrpos()Nikita Popov2019-07-221-0/+3
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-011-0/+2
|\ \ \ \ | |/ / /
| * | | Fix unused variable warnings when mbregex disabledNikita Popov2019-07-011-0/+2
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-061-4/+4
|\ \ \ \ | |/ / /
| * | | Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-4/+4
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-10/+33
|\ \ \ \ | |/ / /
| * | | Allow exceptions in __toString()Nikita Popov2019-06-051-10/+33
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-04-181-0/+2
|\ \ \ \ | |/ / /
| * | | Fixed compatibility with phpdbgDmitry Stogov2019-04-181-0/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-171-83/+73
|\ \ \ \ | |/ / /
| * | | Fix internal_encoding fallback in mbstringNikita Popov2019-04-171-83/+73
| * | | Avoid misc uninitialized variable warningsNikita Popov2019-04-121-1/+1
* | | | Avoid misc uninitialized variable warningsNikita Popov2019-04-121-1/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-121-4/+6
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-121-4/+6
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-121-4/+6
| | |\ \ | | | |/
| | | * Fix key leaks in mb_convert_encoding()Nikita Popov2019-04-121-4/+6
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-111-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-111-1/+1
| |\ \ \ | | |/ /
| | * | Avoid onig match param unused variable warningNikita Popov2019-04-111-1/+1
* | | | Merge branch 'PHP-7.4'Stanislav Malyshev2019-04-011-3/+26
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-04-011-3/+26
| |\ \ \ | | |/ /
| | * | Add fallbacks for older oniguruma versionsStanislav Malyshev2019-03-301-1/+12
| | * | Implement RF bug #72777 - ensure stack limits on mbstring functions.Yasuo Ohgaki2019-03-281-3/+15
* | | | Merge branch 'PHP-7.4'Matteo Beccati2019-03-291-2/+6
|\ \ \ \ | |/ / /
| * | | Removed declaration inside for loopsMatteo Beccati2019-03-291-2/+6
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-03-221-2/+2
|\ \ \ \ | |/ / /
| * | | Remove HAVE_PCRE/HAVE_BUNDLED_PCRE checksNikita Popov2019-03-221-2/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-02-121-0/+170
|\ \ \ \ | |/ / /
| * | | Implement mb_str_split()legale2019-02-121-0/+170
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-02-111-17/+7
|\ \ \ \ | |/ / /
| * | | Unbundle onigurumaNikita Popov2019-02-111-17/+7