summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed SIGSEGVDmitry Stogov2005-10-271-36/+44
* Removed unnecesary local variableDmitry Stogov2005-10-201-4/+1
* Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting)Dmitry Stogov2005-10-201-184/+44
* Fixed bug #34786 (2 @ results in change to error_reporting() to random value)Dmitry Stogov2005-10-101-2/+2
* - store current value of error_reporting only if it's not stored yetAntony Dovgal2005-09-231-5/+9
* MFHDmitry Stogov2005-09-231-1/+1
* MFH: fix #33771 (error_reporting falls to 0 when @ was used inside try/catch ...Antony Dovgal2005-09-221-2/+19
* - MFH: Moved the FREE_OP to after the execution of the included file, or evalDerick Rethans2005-09-211-4/+4
* Fixed access to memory that is already freed (in case of __call() method)Dmitry Stogov2005-09-191-1/+3
* Fixed parameter passing incompatibilities.Dmitry Stogov2005-09-191-26/+40
* fix #34505 (possible memory corruption when unmangling properties with empty ...Antony Dovgal2005-09-161-1/+1
* Fixed bug #34518 (Unset doesn't separate container in CV)Dmitry Stogov2005-09-161-20/+140
* Fixed return-by-reference from internal functionsDmitry Stogov2005-08-241-0/+2
* MFH: nuked eol from error messagefoobar2005-08-181-1/+1
* 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 in class gives invalid opcode)Dmitry Stogov2005-08-101-20/+110
* Fixed bug #34045 (Buffer overflow with serialized object)Dmitry Stogov2005-08-101-0/+4
* Fixed memory leak in foreach() on undefined variable (Zend/tests/foreach_unde...Dmitry Stogov2005-08-051-4/+4
* Fixed warning message generated when isset() or empty() are given invalidIlia Alshanetsky2005-07-291-12/+12
* update generated filefoobar2005-07-291-3/+5
* Fixed bug #33558 (warning with nested calls to functions returning by reference)Dmitry Stogov2005-07-181-10/+14
* Removed some compilation warnings.Dmitry Stogov2005-07-181-31/+31
* Make references misuse emit E_NOTICE rather E_STRICT to be compatible withIlia Alshanetsky2005-07-111-8/+8
* 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