summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.5' into PHP-5.6.22Stanislav Malyshev2016-05-241-2/+14
|\
| * Add check for string overflow to all string add operationsStanislav Malyshev2016-05-091-0/+7
* | bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-121-2/+7
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-121-2/+7
| |\
| | * Fix bug #69403 and other int overflowsStanislav Malyshev2015-05-101-3/+8
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| * | Bump yearXinchen Hui2015-01-151-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | Added folder markXinchen Hui2014-05-241-1/+2
* | | Fixed memory leak in pow operatorBob Weinand2014-02-061-2/+4
* | | add T_POW (**) operatordatibbaw2014-02-061-0/+81
* | | Bump yearXinchen Hui2014-01-031-1/+1
* | | Provide more macros for handling of interned stringsNikita Popov2013-09-131-29/+15
* | | Merge branch 'PHP-5.5'Xinchen Hui2013-08-271-2/+2
|\ \ \ | |/ /
| * | Fixed compiler warningsXinchen Hui2013-08-271-2/+2
* | | Implement internal operator overloadingNikita Popov2013-06-171-55/+152
|/ /
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Fix compile failure introduced by the fix for bug #46408.Adam Harvey2013-01-151-1/+1
* | Bug #46408: Fix double formatting for PostgreSQL bound parametersLars Strojny2013-01-141-0/+18
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Merge branch 'PHP-5.4'Xinchen Hui2012-08-311-0/+3
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-311-0/+3
| |\
| | * Fixed bug #62976 (Notice: could not be converted to int when comparing some b...Xinchen Hui2012-08-311-0/+3
* | | improve code in zend_operatorsStanislav Malyshev2012-07-141-8/+8
* | | fix for bug#18556 - use simple tolower() function for internal thingsStanislav Malyshev2012-07-141-6/+86
|/ /
* | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-06-031-3/+4
|\ \ | |/
| * - Optimize comparison between same HashTable pointerFelipe Pena2012-06-031-3/+4
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Fixed bug #52193 (converting closure to array yields empty array)Felipe Pena2010-06-261-1/+9
| * Fixed a possible information leak because of interruption of XOR operatorDmitry Stogov2010-05-121-7/+21
* | Fixed bug #62097Gustavo André dos Santos Lopes2012-05-231-0/+6
* | fix bug #54547Stanislav Malyshev2012-05-131-2/+17
* | - Year++Felipe Pena2012-01-011-1/+1
* | - Fixed ZTS buildFelipe Pena2011-08-301-2/+2
* | - Zend engine part for bug #55158: Add SORT_NATURAL type to array_multisortDerick Rethans2011-08-291-2/+18
* | MFH: Arithmetic speedup. Inlined most probable code-paths for arithmetic oper...Dmitry Stogov2011-05-311-3/+0
* | - Year++Felipe Pena2011-01-011-1/+1
* | Fix a bug where two doubles are equal but the maths operation makes it appear...Scott MacVicar2010-08-221-2/+6
* | - Fixed bug #52193 (converting closure to array yields empty array)Felipe Pena2010-06-261-1/+9
* | Fixed a possible information leak because of interruption of XOR operatorDmitry Stogov2010-05-121-7/+21
* | Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-21/+51
|/
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* Extend the previously added large string concatenation validationIlia Alshanetsky2009-11-231-1/+1
* Fixed bug #50207 (segmentation fault when concatenating very large stringsIlia Alshanetsky2009-11-191-0/+6
* MFH:Matt Wilmas2009-06-041-3/+3