summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant refcount manipulationsDmitry Stogov2008-02-181-10/+0
* Changed EG(argument_stack) implementation.Dmitry Stogov2008-01-241-2/+2
* fix buildStanislav Malyshev2008-01-231-1/+1
* Additional executor specializationDmitry Stogov2008-01-231-124/+64
* Added garbage collectorDmitry Stogov2008-01-221-3/+6
* Changed exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXC...Dmitry Stogov2008-01-211-7/+6
* Fixed bug #43851 (Memory corrution on reuse of assigned value)Dmitry Stogov2008-01-151-3/+3
* Simplified assignment to string offsetDmitry Stogov2008-01-111-28/+19
* Fixed bug #39346 (Unsetting a static variable inside a destructor causes segf...Dmitry Stogov2008-01-111-12/+13
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed possible memory corruptionDmitry Stogov2007-12-281-0/+2
* executor optimizationDmitry Stogov2007-12-141-281/+317
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-6/+1
* Safe exit from executor()Dmitry Stogov2007-11-211-2/+5
* ZEND_FETCH_DIM optimizationDmitry Stogov2007-11-201-60/+70
* Fixed bug #43136 (possible crash on script execution timeout. The EG(function...Dmitry Stogov2007-11-201-0/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-69/+69
* Fixed bug #42802 (Namespace not supported in typehints)Dmitry Stogov2007-10-011-6/+6
* Added support for Late Static Binding. (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-291-0/+11
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-3/+3
* MFH: Use SEPARATE_ZVAL_IF_NOT_REF for cleaner code.Jani Taskinen2007-07-191-7/+6
* Commit previously missing patch for bug #41919Ilia Alshanetsky2007-07-121-1/+6
* Fixed bug #41919Dmitry Stogov2007-07-091-0/+4
* fix #41813 (segmentation fault when using string offset as an object)Antony Dovgal2007-06-271-0/+4
* MFH: fix #41608 (segfault on a weird code with objects and switch())Antony Dovgal2007-06-061-1/+1
* WIN64 supportDmitry Stogov2007-04-161-5/+5
* fix #41075 (memleak when creating default object caused exception)Antony Dovgal2007-04-131-1/+1
* - Fixed bug #35106 (nested foreach fails when array variable has a reference).Dmitry Stogov2007-01-101-1/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #39944 (References broken)Dmitry Stogov2006-12-251-3/+4
* Fixed bug #39775 ("Indirect modification ..." message is not shown)Dmitry Stogov2006-12-081-9/+14
* Fixed bug #33282 (Re-assignment by reference does not clear the is_ref flag)Ilia Alshanetsky2006-11-071-5/+1
* MFH: fix #39003 (__autoload() is called for type hinting)Antony Dovgal2006-10-021-10/+13
* New memory managerDmitry Stogov2006-07-181-1/+0
* - MFH Fixed Bug #37667 (Object is not added into array returned by __get)Marcus Boerger2006-07-101-2/+3
* Restore ZE1 compatibility mode (Zend Engine part - the modules patchesZeev Suraski2006-06-051-6/+98
* MFH: throw a warning when using invalid offset types with stringsAntony Dovgal2006-06-011-0/+13
* - WS/CSMarcus Boerger2006-05-271-1/+2
* - MFH Sync error messages and simplify error message generation codeMarcus Boerger2006-05-261-79/+47
* - MFH improve error messagesMarcus Boerger2006-05-211-18/+26
* Optimized require_once/include_once (eliminated fopen() on second usage)Dmitry Stogov2006-05-151-0/+3
* - MFH missing bits and pieces of the partial sync with headMarcus Boerger2006-05-111-34/+33
* - ze1 cleanup (bjori) /thxMarcus Boerger2006-05-101-1/+0
* - MFH as discussedMarcus Boerger2006-05-091-176/+92
* - Warning fixes by StephMarcus Boerger2006-02-261-3/+3
* Fixed bug #36071 (Engine Crash related with 'clone')Dmitry Stogov2006-01-191-0/+10
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Reverted invalid fix for bug #35785Dmitry Stogov2005-12-261-1/+1
* - MFH Fixed Bug #35785 (SimpleXML memory read error)Marcus Boerger2005-12-231-1/+1
* Fixed memory leakDmitry Stogov2005-12-221-0/+1