summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #34137 (assigning array element by reference causes binary mess)Dmitry Stogov2005-09-011-6/+6
* Fixed bug #34062 (Crash in catch block when many arguments are used)Dmitry Stogov2005-08-101-0/+1
* Fixed bug #34064 (arr[] as param to function is allowed only if function rece...Dmitry Stogov2005-08-101-0/+3
* Fixed bug #33558 (warning with nested calls to functions returning by reference)Dmitry Stogov2005-07-181-2/+3
* fix conditionsStanislav Malyshev2005-06-291-4/+3
* MFH: fix leak and improve CS a bitAntony Dovgal2005-06-281-3/+1
* fixes fo rnon-php objects (John Coggeshall)Stanislav Malyshev2005-06-281-12/+59
* Fixed SIGSEGV on assigment string offset by referenceDmitry Stogov2005-06-271-0/+1
* Fixed bug #30519 (Interface not existing says Class not found)Dmitry Stogov2005-06-241-2/+2
* Fixed bug #32660 (Assignment by reference causes crash when field access is o...Dmitry Stogov2005-06-231-2/+5
* Fixed bug #33257 (array_splice() inconsistent when passed function instead of...Dmitry Stogov2005-06-221-1/+4
* Fixed exception handling in getIterator() callback (bugs #26229 & #30725)Dmitry Stogov2005-06-081-1/+0
* fixed memory leak in bug #28972 ([] operator overflow treatment is incorrect)...Dmitry Stogov2005-06-071-1/+1
* - MF44: Problems with user defined error handler and referencesDerick Rethans2005-06-071-1/+1
* - MH44: Problems with user defined error handler and wrong usage of referencesDerick Rethans2005-06-061-1/+1
* Fixed bug #27598 (list() array key assignment causes HUGE memory leak)Dmitry Stogov2005-06-031-1/+1
* Fixed memory allocation bugs related to magic object handlers (__get(), __set...Dmitry Stogov2005-06-031-116/+111
* Fixed bug #22836 (returning reference to uninitialized variable)Dmitry Stogov2005-05-271-1/+2
* Fixed bug #31525 (object reference being dropped. $this getting lost)Dmitry Stogov2005-05-051-0/+9
* clarify some magicStanislav Malyshev2005-05-041-0/+2
* Fixed bug #30707 (Segmentation fault on exception in method)Dmitry Stogov2005-05-041-0/+7
* wsDmitry Stogov2005-05-041-1/+1
* Fixed bug #30162 (Catching exception in constructor couses lose of $this)Dmitry Stogov2005-05-041-2/+4
* Fixed bug #32852 (Crash with singleton and __destruct when zend.ze1_compatibi...Dmitry Stogov2005-04-291-11/+15
* Fixed bug #32674 (exception in iterator causes crash)Dmitry Stogov2005-04-271-1/+26
* Fixed bug #30889 (Conflict between __get/__set and ++ operator)Dmitry Stogov2005-04-261-2/+8
* Fixed memory leak in debug_backtrace()Dmitry Stogov2005-04-181-1/+0
* - 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