summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
Commit message (Expand)AuthorAgeFilesLines
* Warn on strtr(["" => "x"])Nikita Popov2019-10-301-2/+3
* Accept null lengths for substr functions()Colin O'Dell2019-10-221-7/+7
* Add Z_PARAM_LONG_OR_NULL macroColin O'Dell2019-10-221-1/+1
* Convert string function arginfo to PHP stubstheodorejb2019-10-071-3/+3
* Convert count_chars invalid mode error to ValueErrorNikita Popov2019-10-071-3/+3
* Remove most uses of ZEND_PARSE_PARAMETERS_END_EX()Nikita Popov2019-10-071-4/+4
* Merge branch 'PHP-7.4'Nikita Popov2019-09-301-0/+1
|\
| * 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
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | | Promote warnings to errors in substr_count()George Peter Banyard2019-08-311-2/+2
* | | | Promote warnings to errors in substr_compare()George Peter Banyard2019-08-311-2/+2
* | | | Remove memory exhaustion checks in php_chunk_split()George Peter Banyard2019-08-261-18/+3
* | | | Improve strpos and strstr function family implementationGeorge Peter Banyard2019-08-261-30/+8
* | | | Promote warnings to errors in explode()George Peter Banyard2019-08-261-4/+4
* | | | Promote warnings to errors in str_pad()George Peter Banyard2019-08-251-2/+2
* | | | Remove unnecessary haystack length check in stripos()Nikita Popov2019-08-251-4/+0
* | | | Remove unnecessary NULL checkNikita Popov2019-08-251-3/+1
* | | | Make string size calculation in chunk_split more preciseNikita Popov2019-08-251-8/+10
* | | | Remove 'bogus' error condition in str_pad()George Peter Banyard2019-08-241-5/+0
* | | | Promote warnings to errors in str_repeat()George Peter Banyard2019-08-231-1/+1
* | | | Promote warnings to errors in chunk_split()George Peter Banyard2019-08-221-2/+2
* | | | Promote warnings to errors in str_word_count()George Peter Banyard2019-08-221-4/+4
* | | | Promote warnings to errors in wordwrap()George Peter Banyard2019-08-221-5/+5
* | | | Promote warnings to errors in dirname()George Peter Banyard2019-08-221-2/+2
* | | | Promote warnings to errors in str_split()George Peter Banyard2019-08-221-3/+3
* | | | Promote warnings to errors in strtr()George Peter Banyard2019-08-221-3/+3
* | | | Normalise strr(i)pos offset messages with str(i)pos ones.George Peter Banyard2019-08-221-6/+6
* | | | Remove useless error check for bin2hex()George Peter Banyard2019-08-161-5/+1
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-08-021-2/+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
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-221-0/+2
|\ \ \ \ | |/ / /
| * | | Deprecate implode() with swapped parameter orderNikita Popov2019-07-221-0/+2
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-151-0/+100
|\ \ \ \ | |/ / /
| * | | vectorize string-escape with NEONSebastian Pop2019-07-151-0/+100
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-281-0/+2
|\ \ \ \ | |/ / /
| * | | Mark ifunc resolver functions as unusedNikita Popov2019-06-281-0/+2
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-06-281-2/+0
|\ \ \ \ | |/ / /
| * | | Remove HAVE_STRCOLL checkPeter Kokot2019-06-281-2/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-201-1/+1
|\ \ \ \ | |/ / /
| * | | In php_needle_char() use well-defined double->integer castNikita Popov2019-06-201-2/+0
| * | | Avoid address calculation overflowNikita Popov2019-06-201-1/+1
* | | | Fix php 8.0's opcache flags for pathinfo()Tyson Andre2019-06-111-1/+1
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-06-111-0/+21
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-061-2/+2
|\ \ \ \ | |/ / /