summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #52061 (memory_limit above 2G)Felipe Pena2010-06-191-0/+27
* 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: 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
* Revert patch for bug #46701 as it introduces a BC breakIlia Alshanetsky2009-02-151-0/+16
* MFH:Felipe Pena2009-01-061-16/+0
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Fixed overflow crash (at least on Windows) in div_function with LONG_MIN...Matt Wilmas2008-05-291-0/+5
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-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
* fix leak appearing when converting object to NULLAntony Dovgal2006-11-151-0/+1
* MFH: throw a warning when doing modulus by 0 (fr #39027)Antony Dovgal2006-10-031-0/+1
* MFH: use if() instead of ?:Antony Dovgal2006-09-271-1/+6
* New memory managerDmitry Stogov2006-07-181-1/+0
* fix logicAntony Dovgal2006-07-181-1/+1
* MFH: fix DVAL_TO_LVAL() on AIX with old gccAntony Dovgal2006-07-181-1/+1
* - MFH Fix issue with comparing objects with objectsMarcus Boerger2006-07-091-10/+14
* - MFH:Marcus Boerger2006-07-091-44/+41
* Restore ZE1 compatibility mode (Zend Engine part - the modules patchesZeev Suraski2006-06-051-3/+33
* fix error messages when converting objects to other typesAntony Dovgal2006-05-251-1/+2
* - MFH as discussedMarcus Boerger2006-05-091-41/+23
* - MFHMarcus Boerger2006-02-051-15/+39
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* - Enforce termination to prevent possible SEGVsMarcus Boerger2005-12-121-1/+1
* Fixed bug #34199 (if($obj)/if(!$obj) inconsistency)Dmitry Stogov2005-09-121-1/+1
* Fixed bug #33999 (object remains object when cast to int)Dmitry Stogov2005-08-051-6/+5
* Bump up the yearfoobar2005-08-031-1/+1
* Reverted wrong fix for bug #30572.Dmitry Stogov2005-05-311-3/+3
* - Fix memory corruption found by robMarcus Boerger2005-04-081-3/+5
* - Added "G" modifier to ini setting number format.Derick Rethans2004-12-131-4/+8
* - MFH: Revert Joe's work around a bug in GCC patch as it breaks too many things.Derick Rethans2004-11-291-9/+1
* - Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-10/+4
* - For Ilia:Andi Gutmans2004-10-291-3/+3
* - Revert Fixed bug #30228 (crash when comparing SimpleXML attribute to a bo...Andi Gutmans2004-10-271-5/+1
* Fixed bug #30228 (crash when comparing SimpleXML attribute to a boolean).Ilia Alshanetsky2004-10-261-1/+5
* - If object handles are equal then save the comparison of properties inAndi Gutmans2004-10-201-6/+6
* - Small improvement to DVAL_TO_ZVAL macroAndi Gutmans2004-09-301-1/+1