summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.h
Commit message (Expand)AuthorAgeFilesLines
* Removed dead codeDmitry Stogov2007-02-011-4/+4
* - Fixed bug #35106 (nested foreach fails when array variable has a reference).Dmitry Stogov2007-01-101-0/+8
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #39825 (foreach produces memory error)Dmitry Stogov2006-12-251-6/+12
* Fixed bug #39944 (References broken)Dmitry Stogov2006-12-251-2/+18
* Fixed bug #39304 (Segmentation fault with list unpacking of string offset)Dmitry Stogov2006-10-301-8/+24
* Fixed bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults)Dmitry Stogov2006-10-031-0/+12
* Fixed memory leak (Nuno)Dmitry Stogov2006-10-031-16/+28
* Fixed bug #38808 ("maybe ref" issue for current() and others)Dmitry Stogov2006-09-261-4/+4
* Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks)Dmitry Stogov2006-09-191-8/+32
* Small optimization of ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_ELEMENT. (Nuno, Dmitry)Dmitry Stogov2006-09-181-555/+235
* Reverted last Ilia's patch (for bug #38579).Dmitry Stogov2006-09-061-28/+12
* Fixed bug #38579 require_once/include_once optimization causes files to beIlia Alshanetsky2006-09-051-12/+28
* Removed unreachable handlersDmitry Stogov2006-09-041-172/+5
* - SpelingMarcus Boerger2006-08-081-10/+10
* - MFH Fixed Bug #38064 ignored constructor visibilityMarcus Boerger2006-08-071-0/+15
* Fixed bug #38287 (static variables mess up global vars)Dmitry Stogov2006-08-071-51/+137
* make it consistentAntony Dovgal2006-08-031-1/+1
* MFH: improve error messageAntony Dovgal2006-08-031-1/+1
* Fixed bug #38234 (Exception in __clone makes memory leak)Dmitry Stogov2006-07-271-10/+30
* Fixed bug #38211 (variable name and cookie name match breaks script execution)Dmitry Stogov2006-07-261-0/+88
* - Better fix for #34505 and related, drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-6/+6
* Fixed wrong "type" argument to read_property() handlerDmitry Stogov2006-07-211-54/+54
* Fixed bug #37144 (PHP crashes trying to assign into property of dead object)Dmitry Stogov2006-07-191-0/+344
* MFH: init variables and get rid of annoying warningsAntony Dovgal2006-07-121-3/+3
* Fixed memory leak in case of exception in iterator callbacks in 'foreach(new ...Dmitry Stogov2006-07-111-0/+40
* MFH (def.h rev:1.121, execute.h rev:1.120)Sara Golemon2006-07-061-12/+36
* MFH: Added hook for compile_string()Stefan Esser2006-06-131-4/+4
* Proper fix for bug #37707 ("clone $x" must call __clone() enven if result val...Dmitry Stogov2006-06-081-5/+20
* Wrap "wrong" unreachable code with "#if 0"Dmitry Stogov2006-06-081-80/+305
* Fixed bug #37707 clone without assigning leaks memoryIlia Alshanetsky2006-06-071-25/+15
* - Regenerated after zend_vm_def.h changeMarcus Boerger2006-06-071-2/+0
* Restore ZE1 compatibility mode (Zend Engine part - the modules patchesZeev Suraski2006-06-051-4/+76
* - MFH Sync vm generation with headMarcus Boerger2006-05-211-256/+266
* Optimized require_once/include_once (eliminated fopen() on second usage)Dmitry Stogov2006-05-151-20/+72
* - MFH missing bits and pieces of the partial sync with headMarcus Boerger2006-05-111-809/+830
* - MFH as discussedMarcus Boerger2006-05-091-84/+12
* Fixed bug #37046 (foreach breaks static scope)Dmitry Stogov2006-04-121-6/+58
* - MFH Iterators from overloaded objects are allowed to not have keys...Marcus Boerger2006-04-101-1/+3
* Added E_STRICT warning in case of calling non-static method from incompatible...Dmitry Stogov2006-03-151-0/+45
* Fixed "zend_vm_gen.php --without-specializer"Dmitry Stogov2006-03-151-5/+5
* - Warning fixes by StephMarcus Boerger2006-02-261-1/+1
* - MFH: Function deprecation flagMarcus Boerger2006-02-251-3/+11
* Fixed bug #36303 (foreach on error_zval produces segfault)Dmitry Stogov2006-02-061-4/+12
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Fixed bug #35437 (Segfault or Invalid Opcode 137/1/4)Dmitry Stogov2005-12-011-0/+4
* Fixed bug #35470 (Assigning global using variable name from array doesn't fun...Dmitry Stogov2005-11-301-2/+22
* Fixed bug #35393 (changing static protected members from outside the class, o...Dmitry Stogov2005-11-281-3/+5
* Fixed bug #35017 (Exception thrown in error handler may cause unexpected beha...Dmitry Stogov2005-10-311-116/+70
* $id:$ tatgs are removed from generated files to avoid committing of Zend/zend...Dmitry Stogov2005-10-281-2/+2