summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
Commit message (Expand)AuthorAgeFilesLines
* Use better data structures (incomplete)Dmitry Stogov2014-02-131-2/+2
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-353/+342
* 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
| * strtr() with 2nd param array - optimizationGustavo Lopes2013-01-141-6/+5
| * Refactoring, bugs & leaksGustavo Lopes2013-01-141-52/+97
| * Optimize strtr w/ 2nd arg arrayGustavo Lopes2013-01-141-86/+265
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-01-091-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-091-1/+1
| |\
| | * Fixed bug #63943 (Bad warning text from strpos() on empty needle)Xinchen Hui2013-01-091-1/+1
| | * Happy New Year~Xinchen Hui2013-01-011-1/+1
| * | Happy New YearXinchen Hui2013-01-011-1/+1
* | | Happy New YearXinchen Hui2013-01-011-1/+1
* | | Merge branch 'PHP-5.4'Felipe Pena2012-08-191-1/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-08-191-1/+0
| |\ \ | | |/
| | * - Value stored to var is never usedFelipe Pena2012-08-191-1/+0
* | | fix commentStanislav Malyshev2012-07-141-2/+2
* | | fix for bug#18556 - use simple tolower() function for internal thingsStanislav Malyshev2012-07-141-3/+3
|/ /
* | Merge branch 'PHP-5.3' into PHP-5.4Nikita Popov2012-07-051-8/+7
|\ \ | |/
| * Fix potential integer overflow in nl2brNikita Popov2012-07-051-6/+5
| * Fix potential integer overflow in bin2hexNikita Popov2012-07-051-1/+1
| * MFH: Fix bug #60801 (strpbrk() mishandles NUL byte). (Trunk commit: r322934).Adam Harvey2012-03-021-5/+9
| * - Year++Felipe Pena2012-01-011-1/+1
| * Fixed bug #55366: keys lost when using substr_replace an arrayArpad Ray2011-08-291-1/+11