summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_def.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #35470 (Assigning global using variable name from array doesn't fun...Dmitry Stogov2005-11-301-0/+5
* Fixed bug #35393 (changing static protected members from outside the class, o...Dmitry Stogov2005-11-281-1/+2
* Fixed bug #35017 (Exception thrown in error handler may cause unexpected beha...Dmitry Stogov2005-10-311-38/+22
* $id:$ tatgs are removed from generated files to avoid committing of Zend/zend...Dmitry Stogov2005-10-281-0/+2
* Fixed SIGSEGVDmitry Stogov2005-10-271-7/+9
* Removed unnecesary local variableDmitry Stogov2005-10-201-4/+1
* Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting)Dmitry Stogov2005-10-201-31/+22
* 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/+18
* - MFH: Moved the FREE_OP to after the execution of the included file, or evalDerick Rethans2005-09-211-1/+1
* 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-13/+20
* 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-2/+14
* 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-4/+8
* 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-1/+1
* Fixed warning message generated when isset() or empty() are given invalidIlia Alshanetsky2005-07-291-1/+1
* - Tiny fixletAndi Gutmans2005-07-281-1/+1
* Fixed bug with returning from internal function by referenceDmitry Stogov2005-07-211-2/+4
* Fixed bug #33558 (warning with nested calls to functions returning by reference)Dmitry Stogov2005-07-181-3/+4
* Removed some compilation warnings.Dmitry Stogov2005-07-181-2/+2
* Make references misuse emit E_NOTICE rather E_STRICT to be compatible withIlia Alshanetsky2005-07-111-2/+2
* Fixed SIGSEGV on 'global ${"{$blah}_ID"};'Dmitry Stogov2005-07-041-3/+0
* Fixed memory leakDmitry Stogov2005-07-031-0/+1
* fix conditions for freeingStanislav Malyshev2005-06-291-1/+1
* fix previous patchStanislav Malyshev2005-06-281-1/+1
* fixes for non-php objectsStanislav Malyshev2005-06-281-3/+16
* Fixed SIGSEGV on assigment string offset by referenceDmitry Stogov2005-06-271-0/+1
* Export zend_do_fcall() helper from executorDmitry Stogov2005-06-241-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-0/+3
* Fixed bug #33257 (array_splice() inconsistent when passed function instead of...Dmitry Stogov2005-06-221-1/+4
* 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-9/+6
* Compilation warningsDmitry Stogov2005-06-161-1/+0
* ZEND_UNSET_DIM_OBJ is splitted to ZEND_UNSET_DIM and ZEND_UNSET_OBJ.Dmitry Stogov2005-06-161-70/+87
* USER_OPCODE API is improvet.Dmitry Stogov2005-06-161-2/+5
* Specializer optimizationDmitry Stogov2005-06-131-7/+2
* Fix so that extensions like xdebug, can overload opcodes in all execution mod...Dmitry Stogov2005-06-101-0/+13
* Merge three opcodes (ZEND_NEW, ZEND_JMP_NO_CTOR, ZEND_INIT_CTOR) into one (ZE...Dmitry Stogov2005-06-101-63/+38
* Fixed exception handling in getIterator() callback (bugs #26229 & #30725)Dmitry Stogov2005-06-081-1/+0
* - MF44: Problems with user defined error handler and referencesDerick Rethans2005-06-071-1/+1
* - Regenerate VM files and add warning about regenerationDerick Rethans2005-06-061-0/+5