summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.h
Commit message (Expand)AuthorAgeFilesLines
...
* Remove UB in signed printing macroNikita Popov2014-05-231-4/+1
* Optimize int to string conversionNikita Popov2014-05-231-0/+27
* Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-28/+82
* Replace more convert_to_* callsNikita Popov2014-04-251-7/+12
* Align zval_get_long/double with zval_get_stringNikita Popov2014-04-251-2/+8
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-0/+1
|\
| * add T_POW (**) operatordatibbaw2014-02-061-0/+1
* | Convert zval_get_string() into "fast path" macro and "slow path" functionDmitry Stogov2014-04-211-1/+4
* | Use zval_get_string in a few more placesNikita Popov2014-04-211-0/+1
* | Add functions for extracting long/double/string from zvalNikita Popov2014-04-151-0/+5
* | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-71/+42
* | Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-3/+3
* | CleanupDmitry Stogov2014-03-271-3/+1
* | Use better data structures (incomplete)Dmitry Stogov2014-02-131-1/+1
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-74/+21
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Zend: fix overflow handling bug in non-x86 fast_add_function()Ard Biesheuvel2013-12-101-2/+7
* Merge branch 'const_scalar_exprs' into PHP-5.6Bob Weinand2013-11-281-0/+3
|\
| * Constant expressions refactoringDmitry Stogov2013-11-061-4/+0
| * Added a few more operatorsBob Weinand2013-11-031-0/+2
| * Fixed mem leaks, added tests and ternary operatorBob Weinand2013-10-311-0/+2
| * Working commit for constant scalar expressions (with constants).Bob Weinand2013-10-311-0/+3
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2013-11-201-0/+2
|\ \ | |/ |/|
| * Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-11-201-0/+2
| |\
| | * permanently deactivate that place, not on runtime onlyAnatol Belski2013-11-201-0/+2
* | | Merge branch 'PHP-5.5'Xinchen Hui2013-08-271-1/+1
|\ \ \ | |/ /
| * | Fixed compiler warningsXinchen Hui2013-08-271-1/+1
* | | Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-4/+4
* | | Implement internal operator overloadingNikita Popov2013-06-171-0/+18
|/ /
* | 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