summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed compiler warningsXinchen Hui2013-08-271-1/+1
* Fix #64780 (PHP 5.5 builds are broken with GCC 3)Ard Biesheuvel2013-05-071-1/+5
* Fix rounding of zend_dval_to_lvalGustavo Lopes2013-02-231-1/+5
* Fix zend_dval_to_lval outside 64bit integers rangeGustavo Lopes2013-02-231-6/+20
* Improve x86 inline assemblerArd Biesheuvel2013-02-111-32/+60
* Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-02-111-1/+2
|\
| * Fixed bug #64142 (dval to lval different behavior on ppc64)Remi Collet2013-02-111-1/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-02-051-1/+1
|\ \ | |/
| * revertRemi Collet2013-02-051-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-02-041-1/+1
|\ \ | |/
| * Fixed bug #64142 (dval to lval different behavior on ppc64)Remi Collet2013-02-041-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * fix bug #54547Stanislav Malyshev2012-05-131-2/+22
| * - Year++Felipe Pena2012-01-011-1/+1
| * Fixed bug #55644 (Math ops tests fail, diff min int value)Dmitry Stogov2011-09-161-1/+1
| * - Zend engine part for bug #55158: Add SORT_NATURAL type to array_multisortDerick Rethans2011-08-291-0/+2
| * For 5.4, fix C++-style comments. For trunk, forward-port build fix.Gwynne Raskind2011-08-071-2/+2
| * Fix build under Clang 2.9 - see LLVM bug #9164 (http://llvm.org/bugs/show_bug...Gwynne Raskind2011-08-071-0/+8
| * - Removed accidental offsetof definitionFelipe Pena2011-07-031-5/+0
| * - Fixed compiler warning (redefinition of offsetof)Felipe Pena2011-06-181-0/+2
| * MFH: Arithmetic speedup. Inlined most probable code-paths for arithmetic oper...Dmitry Stogov2011-05-311-0/+416
* | Bug #46408: Fix double formatting for PostgreSQL bound parametersLars Strojny2013-01-141-0/+2
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | zend_binary_strncasecmp_l used w/out declarationGustavo Lopes2012-08-261-0/+1
* | fix bug #54547Stanislav Malyshev2012-05-141-2/+22
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed bug #55644 (Math ops tests fail, diff min int value)Dmitry Stogov2011-09-161-1/+1
* | - Zend engine part for bug #55158: Add SORT_NATURAL type to array_multisortDerick Rethans2011-08-291-0/+2
* | For 5.4, fix C++-style comments. For trunk, forward-port build fix.Gwynne Raskind2011-08-071-0/+8
* | - should not have been appliedPierre Joye2011-07-221-0/+1
* | - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-1/+0
* | - Removed accidental offsetof definitionFelipe Pena2011-07-031-5/+0
* | - Fixed compiler warning (redefinition of offsetof)Felipe Pena2011-06-181-0/+2
* | Arithmetic speedup. Inlined most probable code-paths for arithmetic operation...Dmitry Stogov2011-05-231-0/+416
|/
* - Year++Felipe Pena2011-01-011-1/+1
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-7/+7
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* MFH:Matt Wilmas2009-06-041-30/+15
* sync with HEADJani Taskinen2009-05-101-49/+45
* MFH: Fixed bug #45877 (Array key '2147483647' left as string)Matt Wilmas2009-03-181-12/+0
* MFH:Felipe Pena2009-01-051-0/+34
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-4/+4
* fix memnstr bug, by Laurent GaffieStanislav Malyshev2008-08-051-0/+4
* - MFH: Constify read-only argumentsMoriyoshi Koizumi2008-07-241-4/+4
* Optimisation for zend_memnstr when the needle is only a single character. (Pa...Scott MacVicar2008-07-211-0/+4
* MFHAntony Dovgal2008-03-191-1/+1
* MFH: add zend_atol()Antony Dovgal2008-03-191-0/+1
* Reverted memrchr() patch, because it is broken on linux 64-bitDmitry Stogov2008-02-141-5/+0
* Use memrchr() instead of zend_memrchr() if available. (Nuno)Dmitry Stogov2008-02-131-0/+5