summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* - Fix memset() bug (Joe Orton)Andi Gutmans2005-03-211-1/+1
* - MFHMarcus Boerger2005-03-101-1/+1
* Fixed bug in ZEND_POST_INC/ZEND_POST_DEC handlers.Dmitry Stogov2005-02-241-4/+14
* - MFH #26229 (getIterator() segfaults when it returns arrays or scalars)Marcus Boerger2005-01-251-0/+3
* - MFH Second part of #30725Marcus Boerger2005-01-241-2/+6
* Fixed bug #28444 (Cannot access undefined property for object with overloaded...Dmitry Stogov2005-01-181-2/+8
* Revert to old behavior of $str["str"]. ($str["str"] is equivalent of $str[0])Dmitry Stogov2005-01-141-28/+2
* Additional fix for fix of bug #29883Dmitry Stogov2005-01-131-1/+1
* Fixed bug #31098 (isset false positive)Dmitry Stogov2005-01-121-23/+47
* - MFH: fix for bug #31098.Moriyoshi Koizumi2005-01-111-17/+19
* "Undefined variable: %s" noticies were fixed to use one spaceDmitry Stogov2004-12-271-2/+2
* Fixed bug #29883 (isset gives invalid values on strings).Dmitry Stogov2004-12-011-2/+10
* Reverting get_method() signature changeZeev Suraski2004-11-251-1/+1
* - Fix (readd function name which got lost during earlier comit)Marcus Boerger2004-10-301-1/+1
* MFH change zend_object_handlers->get_method()Marcus Boerger2004-10-301-1/+1
* - Fix bug #30395 (Apache Child Segmentation fault in specific PHP-Code)Andi Gutmans2004-10-211-1/+1
* Fixed bug #29566 (foreach/string handling strangeness (crash)).Dmitry Stogov2004-09-221-1/+1
* MFH fix #29893Stanislav Malyshev2004-08-301-0/+3
* MFH: String offset starts with 0Marcus Boerger2004-08-291-2/+2
* MFH: A gentler (performance wise) allocation of buffer for temp variables.Ilia Alshanetsky2004-08-021-2/+11
* - MFH: Fix bug #29368 : The destructor is called when an exception isMarcus Boerger2004-07-251-0/+3
* MFHMarcus Boerger2004-07-161-11/+6
* Fixed bug #29086 & #28064 (PHP crashes on extremly long scripts).Ilia Alshanetsky2004-07-121-2/+2
* Ease off on severity of new error (Using Resources as array offsets)Sara Golemon2004-06-241-1/+1
* BugFix #28879 Inconsistent behavior between explicit and implicit array crea...Sara Golemon2004-06-231-1/+4
* Another typo in converting array index doubles to long.Sara Golemon2004-06-181-1/+1
* fix incdec - make value's refcount non-zero when passing toStanislav Malyshev2004-06-021-4/+2
* Prevent possible problems with illegal propertiesMarcus Boerger2004-05-281-1/+1
* - Fix problem with exceptions returning from include(). (Dmitry)Andi Gutmans2004-05-271-0/+3
* Bugfix#28404 When type is double we need to access dval, not lvalSara Golemon2004-05-181-1/+1
* Fix bug #27876Stanislav Malyshev2004-04-291-1/+1
* Handle failure in get_current_dataMarcus Boerger2004-04-151-0/+5
* Fixed reversed condition for error reporting.Ilia Alshanetsky2004-04-011-1/+1
* Fixed BUG in zend_post_incdec_propertyDmitry Stogov2004-03-311-2/+2
* -clonning+cloningSebastian Bergmann2004-03-291-4/+4
* Implicit clonning strict warning was added for ze1_compatibility_modeDmitry Stogov2004-03-291-0/+4
* Fixed bug #27731 (error_reporting() inside @ block fails to setIlia Alshanetsky2004-03-291-5/+7
* - call set handler if assigning to object having this handlerStanislav Malyshev2004-03-281-8/+15
* - Fix build (thanks to Timm)Andi Gutmans2004-03-261-4/+4
* no need to use result for RECV's - as in PHP4Stanislav Malyshev2004-03-251-5/+5
* Use get/set handlers for increment.decrement ops on objectsStanislav Malyshev2004-03-251-12/+34
* Object cloning in ze1 compatibility mode (zend.ze1_compatibility_mode) was re...Dmitry Stogov2004-03-241-20/+61
* - Remove whitespaceAndi Gutmans2004-03-221-1/+1
* - Improve consistencyAndi Gutmans2004-03-211-8/+7
* API change for read_property:Stanislav Malyshev2004-03-211-6/+6
* - Nuke unused codeAndi Gutmans2004-03-211-30/+0
* Fix possible data corruption with __set()Zeev Suraski2004-03-181-1/+1
* Improve error message - on E_STRICT, method is actually called,Stanislav Malyshev2004-03-181-1/+4
* - Fix tiny bug (one of the reasons we can't support __toString() forAndi Gutmans2004-03-171-1/+1
* - Fixed problem with __toString(). Due to the engine's architecture it isAndi Gutmans2004-03-171-8/+18