| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-05-12 | 1 | -2/+7 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-05-12 | 1 | -2/+7 |
| | |\ | |||||
| | | * | Fix bug #69403 and other int overflows | Stanislav Malyshev | 2015-05-10 | 1 | -3/+8 |
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | * | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | | Added folder mark | Xinchen Hui | 2014-05-24 | 1 | -1/+2 |
| * | | | Fixed memory leak in pow operator | Bob Weinand | 2014-02-06 | 1 | -2/+4 |
| * | | | add T_POW (**) operator | datibbaw | 2014-02-06 | 1 | -0/+81 |
| * | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | | Provide more macros for handling of interned strings | Nikita Popov | 2013-09-13 | 1 | -29/+15 |
| * | | | Merge branch 'PHP-5.5' | Xinchen Hui | 2013-08-27 | 1 | -2/+2 |
| |\ \ \ | |/ / | |||||
| | * | | Fixed compiler warnings | Xinchen Hui | 2013-08-27 | 1 | -2/+2 |
| * | | | Implement internal operator overloading | Nikita Popov | 2013-06-17 | 1 | -55/+152 |
| |/ / | |||||
| * | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| * | | Fix compile failure introduced by the fix for bug #46408. | Adam Harvey | 2013-01-15 | 1 | -1/+1 |
| * | | Bug #46408: Fix double formatting for PostgreSQL bound parameters | Lars Strojny | 2013-01-14 | 1 | -0/+18 |
| * | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| * | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-08-31 | 1 | -0/+3 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-08-31 | 1 | -0/+3 |
| | |\ | |||||
| | | * | Fixed bug #62976 (Notice: could not be converted to int when comparing some b... | Xinchen Hui | 2012-08-31 | 1 | -0/+3 |
| * | | | improve code in zend_operators | Stanislav Malyshev | 2012-07-14 | 1 | -8/+8 |
| * | | | fix for bug#18556 - use simple tolower() function for internal things | Stanislav Malyshev | 2012-07-14 | 1 | -6/+86 |
| |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Felipe Pena | 2012-06-03 | 1 | -3/+4 |
| |\ \ | |/ | |||||
| | * | - Optimize comparison between same HashTable pointer | Felipe Pena | 2012-06-03 | 1 | -3/+4 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | * | - Fixed bug #52193 (converting closure to array yields empty array) | Felipe Pena | 2010-06-26 | 1 | -1/+9 |
| | * | Fixed a possible information leak because of interruption of XOR operator | Dmitry Stogov | 2010-05-12 | 1 | -7/+21 |
| * | | Fixed bug #62097 | Gustavo André dos Santos Lopes | 2012-05-23 | 1 | -0/+6 |
| * | | fix bug #54547 | Stanislav Malyshev | 2012-05-13 | 1 | -2/+17 |
| * | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | | - Fixed ZTS build | Felipe Pena | 2011-08-30 | 1 | -2/+2 |
| * | | - Zend engine part for bug #55158: Add SORT_NATURAL type to array_multisort | Derick Rethans | 2011-08-29 | 1 | -2/+18 |
| * | | MFH: Arithmetic speedup. Inlined most probable code-paths for arithmetic oper... | Dmitry Stogov | 2011-05-31 | 1 | -3/+0 |
| * | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | | Fix a bug where two doubles are equal but the maths operation makes it appear... | Scott MacVicar | 2010-08-22 | 1 | -2/+6 |
| * | | - Fixed bug #52193 (converting closure to array yields empty array) | Felipe Pena | 2010-06-26 | 1 | -1/+9 |
| * | | Fixed a possible information leak because of interruption of XOR operator | Dmitry Stogov | 2010-05-12 | 1 | -7/+21 |
| * | | Added concept of interned strings. All strings constants known at compile tim... | Dmitry Stogov | 2010-04-20 | 1 | -21/+51 |
| |/ | |||||
| * | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| * | Extend the previously added large string concatenation validation | Ilia Alshanetsky | 2009-11-23 | 1 | -1/+1 |
| * | Fixed bug #50207 (segmentation fault when concatenating very large strings | Ilia Alshanetsky | 2009-11-19 | 1 | -0/+6 |
| * | MFH: | Matt Wilmas | 2009-06-04 | 1 | -3/+3 |
| * | MFH:- Removed unnecessary TSRMLS_FETCH() calls | Jani Taskinen | 2009-05-11 | 1 | -13/+4 |
| * | MFH: cs + ws | Jani Taskinen | 2009-05-11 | 1 | -116/+115 |
| * | MFH: sync | Jani Taskinen | 2009-05-10 | 1 | -122/+148 |
