summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed SIGSEGV on 'global ${"{$blah}_ID"};'Dmitry Stogov2005-07-041-12/+0
* Fixed memory leakDmitry Stogov2005-07-031-0/+15
* fix conditions for freeingStanislav Malyshev2005-06-291-4/+4
* fix previous patchStanislav Malyshev2005-06-281-4/+4
* updateStanislav Malyshev2005-06-281-11/+63
* Fixed SIGSEGV on assigment string offset by referenceDmitry Stogov2005-06-271-0/+4
* Export zend_do_fcall() helper from executorDmitry Stogov2005-06-241-0/+5
* Fixed bug #30519 (Interface not existing says Class not found)Dmitry Stogov2005-06-241-10/+10
* Fixed bug #32660 (Assignment by reference causes crash when field access is o...Dmitry Stogov2005-06-231-1/+13
* export zend_vm_set_opcode_handlerStanislav Malyshev2005-06-221-2/+2
* Fixed bug #33257 (array_splice() inconsistent when passed function instead of...Dmitry Stogov2005-06-221-2/+8
* Removed EX(fbc_constructor) (it is no longer needed)Dmitry Stogov2005-06-171-7/+3
* Allowed return by refrence from internal functionsDmitry Stogov2005-06-161-2/+2
* Fixed bug #33318 (throw 1; results in Invalid opcode 108/1/8)Dmitry Stogov2005-06-161-46/+82
* Compilation warningsDmitry Stogov2005-06-161-12/+0
* ZEND_UNSET_DIM_OBJ is splitted to ZEND_UNSET_DIM and ZEND_UNSET_OBJ.Dmitry Stogov2005-06-161-858/+1054
* USER_OPCODE API is improvet.Dmitry Stogov2005-06-161-3/+6
* Removed old executorDmitry Stogov2005-06-141-5165/+1213
* Specializer optimizationDmitry Stogov2005-06-131-968/+838
* Fix so that extensions like xdebug, can overload opcodes in all execution mod...Dmitry Stogov2005-06-101-7/+82
* Merge three opcodes (ZEND_NEW, ZEND_JMP_NO_CTOR, ZEND_INIT_CTOR) into one (ZE...Dmitry Stogov2005-06-101-272/+108
* Fixed exception handling in getIterator() callback (bugs #26229 & #30725)Dmitry Stogov2005-06-081-5/+0
* - MF44: Problems with user defined error handler and referencesDerick Rethans2005-06-071-5/+5
* - Regenerate VM files and add warning about regenerationDerick Rethans2005-06-061-5/+5
* Fixed bug #32993 (implemented Iterator function current() don't throw exception)Dmitry Stogov2005-06-061-10/+10
* Fixed memory allocation bugs related to magic object handlers (__get(), __set(),Dmitry Stogov2005-06-031-1510/+2261
* Fixed bug #22836 (returning reference to uninitialized variable)Dmitry Stogov2005-05-271-10/+15
* Fixed bug #31525 (object reference being dropped. $this getting lost)Dmitry Stogov2005-05-051-5/+65
* Fixed bug #30707 (Segmentation fault on exception in method)Dmitry Stogov2005-05-041-0/+14
* Fixed bug #30162 (Catching exception in constructor couses lose of $this)Dmitry Stogov2005-05-041-4/+8
* Fixed bug #32833 (Invalid opcode)Dmitry Stogov2005-04-271-33/+828
* Fixed bug #32674 (exception in iterator causes crash)Dmitry Stogov2005-04-271-0/+90
* Fixed bug #30889 (Conflict between __get/__set and ++ operator)Dmitry Stogov2005-04-261-26/+104
* Fix certain operations to stop relying on presence of read_property andAndrei Zmievski2005-04-151-689/+1014
* - Second part of removing temp solutionMarcus Boerger2005-03-241-18/+0
* - If an exception is pending we don't bail out but show the unhandled exceptionMarcus Boerger2005-03-121-0/+18
* - #31562 2nd partMarcus Boerger2005-03-101-6/+6
* Fixed bug in ZEND_POST_INC/ZEND_POST_DEC handlers.Dmitry Stogov2005-02-241-18/+6
* Fixed bug #30407 (Strange behaviour of default arguments)Dmitry Stogov2005-02-101-4/+6
* foreash($a as $key => $val) optimizationDmitry Stogov2005-02-071-46/+22
* - Cleanup foreach statementMarcus Boerger2005-02-051-57/+117
* - Bugfix #26229 (getIterator() segfaults when it returns arrays or scalars)Marcus Boerger2005-01-251-0/+15
* - Use correct freeing (thx Dmitry)Marcus Boerger2005-01-251-5/+25
* - Second and last part of #30725 fixMarcus Boerger2005-01-241-10/+25
* Restore behavior of $str["str"]. (Now $str["str"] is equivalent to $str[0] ag...Dmitry Stogov2005-01-141-130/+13
* Fixed bug #31098 (isset false positive)Dmitry Stogov2005-01-121-105/+222
* - Fix bug #31436 (isset() incorrectly returns true in dereference of a wrong ...Moriyoshi Koizumi2005-01-111-221/+247
* - Added missing header sections.foobar2005-01-101-0/+20
* "Undefined variable: %s" noticies were fixed to use one spaceDmitry Stogov2004-12-271-10/+10
* New sarbage collector's bug was fixed (the behavior should be the same as in ...Dmitry Stogov2004-12-241-82/+44