summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* MFH:- Removed unnecessary TSRMLS_FETCH() callsJani Taskinen2009-05-111-13/+4
* MFH: cs + wsJani Taskinen2009-05-111-116/+115
* MFH: syncJani Taskinen2009-05-101-122/+148
* sync with HEADJani Taskinen2009-05-101-0/+5
* optimizationDmitry Stogov2009-03-181-4/+3
* Fixed floating point mathematic speed degradation (Christian)Dmitry Stogov2009-03-181-39/+0
* MFH: Overflow commentMatt Wilmas2009-02-171-0/+1
* MFH: Fixed bug #47422 (modulus operator returns incorrect results on 64 bit l...Matt Wilmas2009-02-171-1/+1
* MFH:Felipe Pena2009-01-051-34/+0
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Changed floating point behaviour to consistently use double precisionChristian Seiler2008-12-021-0/+39
* - MFH: Removed some TSRMLS_FETCH()sFelipe Pena2008-08-151-7/+7
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-4/+4
* MFH: fix bug #45712 ($something == NaN returns true with 5.3, false with 5.2.*)Antony Dovgal2008-08-071-3/+6
* - MFH: Constify read-only argumentsMoriyoshi Koizumi2008-07-241-4/+4
* MFH: Fixed overflow crash (at least on Windows) in div_function with LONG_MIN...Matt Wilmas2008-05-291-0/+4
* MFH: add zend_atol()Antony Dovgal2008-03-191-0/+27
* MFH: Dropped zend.ze1_compatibility_modeFelipe Pena2008-03-181-34/+4
* Added garbage collectorDmitry Stogov2008-01-221-0/+1
* Yet another comparison optimisation for usual casesDmitry Stogov2008-01-211-48/+51
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Additional fix for bug #42868Dmitry Stogov2007-12-241-26/+28
* Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zo...Dmitry Stogov2007-12-171-10/+27
* MFH: math and comparison optimization + use macrosesDmitry Stogov2007-11-201-629/+612
* optimizationDmitry Stogov2007-10-291-10/+8
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
* MFH: Fixed compiler warningsJani Taskinen2007-07-211-1/+1
* MFH: minor optimization - make sure the objects are not the same instance bef...Antony Dovgal2007-06-061-0/+5
* WIN64 supportDmitry Stogov2007-04-231-2/+10
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-12/+6
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Simplify & optimize codeIlia Alshanetsky2006-12-301-4/+8
* is_numeric_string() optimizationIlia Alshanetsky2006-12-261-23/+21
* Fixed possible memory leakIlia Alshanetsky2006-12-211-0/+2
* Fixed typoIlia Alshanetsky2006-12-111-1/+1
* Removed bool<>long optimization as it causes issues with strict type checksIlia Alshanetsky2006-12-111-1/+1
* Minor optimization (2-3%) from Brian ShireIlia Alshanetsky2006-12-111-7/+10
* Improve tolower()-related functions on Windows and VC2005 by caching locale a...Stanislav Malyshev2006-12-041-6/+22