summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-241-1/+1
|\
| * Fix #79986: str_ireplace bug with diacritics charactersChristoph M. Becker2020-08-241-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-111-10/+6
|\ \ | |/
| * Fixed bug #79951Nikita Popov2020-08-111-10/+6
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-141-2/+3
|\ \ | |/
| * Fixed bug #79849Evgeny Stepanischev2020-07-141-2/+3
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-101-5/+5
|\ \ | |/
| * Fixed bug #79817Nikita Popov2020-07-101-5/+5
| * Yet another check for php_strip_tags_ex()Christoph M. Becker2020-01-241-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-241-1/+1
|\ \
| * | Yet another check for php_strip_tags_ex()Christoph M. Becker2020-01-241-1/+1
| |/
* | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2020-01-221-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-01-221-1/+1
| |\
| | * More checks for php_strip_tags_exStanislav Malyshev2020-01-221-2/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2020-01-201-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-01-201-3/+3
| |\ \ | | |/
| | * Fix #79099: OOB read in php_strip_tags_exStanislav Malyshev2020-01-201-3/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-021-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-12-021-1/+1
| |\ \ | | |/
| | * Fix #78814: strip_tags allows / in tag name => whitelist bypassChristoph M. Becker2019-12-021-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-11-271-2/+2
|\ \ \ | |/ /
| * | Fix #78840: imploding $GLOBALS crashesChristoph M. Becker2019-11-271-2/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-301-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-301-0/+1
| |\ \ | | |/
| | * Fixed bug #78612Nikita Popov2019-09-301-0/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-021-2/+1
|\ \ \ | |/ /
| * | Fix #78346: strip_tags no longer handling nested php tagsChristoph M. Becker2019-08-021-2/+1
* | | Deprecate implode() with swapped parameter orderNikita Popov2019-07-221-0/+2
* | | vectorize string-escape with NEONSebastian Pop2019-07-151-0/+100
* | | Mark ifunc resolver functions as unusedNikita Popov2019-06-281-0/+2
* | | Remove HAVE_STRCOLL checkPeter Kokot2019-06-281-2/+0
* | | In php_needle_char() use well-defined double->integer castNikita Popov2019-06-201-2/+0
* | | Avoid address calculation overflowNikita Popov2019-06-201-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-06-111-0/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-06-111-0/+21
| |\ \ | | |/
| | * Fix #77937: preg_match failedChristoph M. Becker2019-06-111-0/+21
* | | Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-2/+2
* | | Allow exceptions in __toString()Nikita Popov2019-06-051-1/+14
* | | Make chr ZPP failure message consistent with ext/standardGabriel Caruso2019-05-181-5/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-05-131-0/+8
|\ \ \ | |/ /
| * | Fix #78003: strip_tags output change since PHP 7.3Christoph M. Becker2019-05-131-0/+8
* | | [AArch64] use rev64 to reverse stringsSebastian Pop2019-05-071-0/+15
* | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-3/+3
* | | Avoid misc uninitialized variable warningsNikita Popov2019-04-121-7/+6
* | | Remove HAVE_STRERRORPeter Kokot2019-04-081-18/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-081-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-081-1/+1
| |\ \ | | |/
| | * Fixed bug #77853Nikita Popov2019-04-081-1/+1
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
* | | Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-071-42/+6