summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2015-07-071-1/+1
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Ferenc Kovacs2015-07-071-1/+1
| |\
| | * add missing second argument for ucfirst to the protoFerenc Kovacs2015-07-071-1/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-121-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-121-2/+6
| |\ \ | | |/
| | * Fix bug #69403 and other int overflowsStanislav Malyshev2015-05-101-2/+6
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-01-311-1/+1
|\ \ \ | |/ /
| * | Add mitigation for CVE-2015-0235 (bug #68925)Stanislav Malyshev2015-01-311-1/+1
| * | Bump yearXinchen Hui2015-01-151-1/+1
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-051-0/+10
|\ \ \ | |/ /
| * | Fixed bug #65769 localeconv() broken in TS buildsAnatol Belski2014-12-051-0/+10
* | | Merge branch 'PHP-5.5' into PHP-5.6Tjerk Meesters2014-07-121-4/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Tjerk Meesters2014-07-121-4/+7
| |\ \ | | |/
| | * Fix for bug #34407 - ucwords and title caseTjerk Meesters2014-07-121-4/+7
* | | Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2014-07-021-0/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Nikita Popov2014-07-021-0/+4
| |\ \ | | |/
| | * Fix bug #67151: strtr with empty array crashesNikita Popov2014-07-021-0/+4
* | | Merge branch 'PHP-5.5' into PHP-5.6Tjerk Meesters2014-04-091-5/+12
|\ \ \ | |/ /
| * | Fixed bug 67043Tjerk Meesters2014-04-091-5/+12
* | | Merge branch 'PHP-5.5' into PHP-5.6Tjerk Meesters2014-02-281-7/+4
|\ \ \ | |/ /
| * | substr_compare(): Allow zero length comparisondatibbaw2014-02-281-7/+4
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-01-051-1/+14
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-01-051-1/+14
| |\ \ | | |/
| | * improved the fix for bug #66395Anatol Belski2014-01-051-1/+14
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-01-031-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-01-031-1/+1
| |\ \ | | |/
| | * Fixed bug #66395 basename function doesn't remove drive letterAnatol Belski2014-01-031-1/+1
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Bump yearXinchen Hui2014-01-031-1/+1
* | | Merge branch 'PHP-5.5'Christopher Jones2013-08-141-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-2/+2
| |\ \ | | |/
| | * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-2/+2
| | * typo fixesVeres Lajos2013-07-151-1/+1
| * | typo fixesVeres Lajos2013-07-151-1/+1
* | | unify stdint type usageMichael Wallner2013-08-061-6/+1
* | | typo fixesVeres Lajos2013-07-151-1/+1
|/ /
* | Added warning for hex2bin() when input is invalid stringYasuo Ohgaki2013-07-081-0/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-03-211-2/+2
|\ \ | |/
| * Fixed bug #64432 (more empty delimiter warning in strX methods)Xinchen Hui2013-03-211-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Anatoliy Belsky2013-01-151-1/+5
|\ \ | |/
| * fixed buildAnatoliy Belsky2013-01-151-1/+5
* | Merge branch 'strtr_wu94_54' into strtr_wu94_55Gustavo Lopes2013-01-151-2/+2
|\ \ | |/
| * Fixed inconsequential bug in strtr()Gustavo Lopes2013-01-151-2/+2
* | Add zend_qsort_r & use it in strtrGustavo Lopes2013-01-141-58/+8
* | Merge branch 'PHP-5.4' into PHP-5.5Gustavo Lopes2013-01-141-87/+360
|\ \ | |/
| * Remove _GNU_SOURCE, add local heap sortGustavo Lopes2013-01-141-7/+62
| * The compiler can figure this outGustavo Lopes2013-01-141-1/+1
| * Remove unused blockGustavo Lopes2013-01-141-5/+0