Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-13 | 1 | -2/+2 |
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -353/+342 |
* | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-01-05 | 1 | -1/+14 |
|\ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-01-05 | 1 | -1/+14 |
| |\ | |||||
| | * | improved the fix for bug #66395 | Anatol Belski | 2014-01-05 | 1 | -1/+14 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-01-03 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-01-03 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #66395 basename function doesn't remove drive letter | Anatol Belski | 2014-01-03 | 1 | -1/+1 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.5' | Christopher Jones | 2013-08-14 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-14 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ... | Christopher Jones | 2013-08-14 | 1 | -2/+2 |
| | * | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| * | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
* | | | unify stdint type usage | Michael Wallner | 2013-08-06 | 1 | -6/+1 |
* | | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
|/ / | |||||
* | | Added warning for hex2bin() when input is invalid string | Yasuo Ohgaki | 2013-07-08 | 1 | -0/+1 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-03-21 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fixed bug #64432 (more empty delimiter warning in strX methods) | Xinchen Hui | 2013-03-21 | 1 | -2/+2 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatoliy Belsky | 2013-01-15 | 1 | -1/+5 |
|\ \ | |/ | |||||
| * | fixed build | Anatoliy Belsky | 2013-01-15 | 1 | -1/+5 |
* | | Merge branch 'strtr_wu94_54' into strtr_wu94_55 | Gustavo Lopes | 2013-01-15 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fixed inconsequential bug in strtr() | Gustavo Lopes | 2013-01-15 | 1 | -2/+2 |
* | | Add zend_qsort_r & use it in strtr | Gustavo Lopes | 2013-01-14 | 1 | -58/+8 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Gustavo Lopes | 2013-01-14 | 1 | -87/+360 |
|\ \ | |/ | |||||
| * | Remove _GNU_SOURCE, add local heap sort | Gustavo Lopes | 2013-01-14 | 1 | -7/+62 |
| * | The compiler can figure this out | Gustavo Lopes | 2013-01-14 | 1 | -1/+1 |
| * | Remove unused block | Gustavo Lopes | 2013-01-14 | 1 | -5/+0 |
| * | strtr() with 2nd param array - optimization | Gustavo Lopes | 2013-01-14 | 1 | -6/+5 |
| * | Refactoring, bugs & leaks | Gustavo Lopes | 2013-01-14 | 1 | -52/+97 |
| * | Optimize strtr w/ 2nd arg array | Gustavo Lopes | 2013-01-14 | 1 | -86/+265 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-01-09 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-01-09 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixed bug #63943 (Bad warning text from strpos() on empty needle) | Xinchen Hui | 2013-01-09 | 1 | -1/+1 |
| | * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| * | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.4' | Felipe Pena | 2012-08-19 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Felipe Pena | 2012-08-19 | 1 | -1/+0 |
| |\ \ | | |/ | |||||
| | * | - Value stored to var is never used | Felipe Pena | 2012-08-19 | 1 | -1/+0 |
* | | | fix comment | Stanislav Malyshev | 2012-07-14 | 1 | -2/+2 |
* | | | fix for bug#18556 - use simple tolower() function for internal things | Stanislav Malyshev | 2012-07-14 | 1 | -3/+3 |
|/ / | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Nikita Popov | 2012-07-05 | 1 | -8/+7 |
|\ \ | |/ | |||||
| * | Fix potential integer overflow in nl2br | Nikita Popov | 2012-07-05 | 1 | -6/+5 |
| * | Fix potential integer overflow in bin2hex | Nikita Popov | 2012-07-05 | 1 | -1/+1 |
| * | MFH: Fix bug #60801 (strpbrk() mishandles NUL byte). (Trunk commit: r322934). | Adam Harvey | 2012-03-02 | 1 | -5/+9 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | Fixed bug #55366: keys lost when using substr_replace an array | Arpad Ray | 2011-08-29 | 1 | -1/+11 |