summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed Bug #62005 (unexpected behavior when incrementally assigning to a membe...Xinchen Hui2012-05-121-2/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Fixed bug #54265 (crash when variable gets reassigned in error handler)Johannes Schlüter2011-03-171-2/+14
* - Revert r309308 temporarily to get 5.3.6 outJohannes Schlüter2011-03-171-14/+2
* Fixed bug #54265 (crash when variable gets reassigned in error handler)Dmitry Stogov2011-03-161-2/+14
* Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error)Dmitry Stogov2011-02-141-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Prevented crash in GC because of incorrect reference countingDmitry Stogov2010-09-301-1/+1
* Fixed bug #48781 (Cyclical garbage collector memory leak)Dmitry Stogov2010-04-201-0/+1
* - Ensure that stderr output are not buffered, portability for testsPierre Joye2010-01-251-0/+4
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* MFH:Matt Wilmas2009-06-041-3/+2
* Fixed bug #48004 (Error handler prevents creation of default object)Dmitry Stogov2009-04-211-4/+2
* Fixed bug #48004 (Error handler prevents creation of default object)Dmitry Stogov2009-04-211-10/+10
* Inline only the most useful codeDmitry Stogov2009-03-181-7/+7
* Fixed bug #47704 (crashes on some "bad" operations with string offsets)Dmitry Stogov2009-03-181-19/+5
* Fixed speed degradation on gcc-4.3 because of less agressive inliningDmitry Stogov2009-03-111-79/+67
* MFH:Felipe Pena2009-01-051-3/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Removed some TSRMLS_FETCH()sFelipe Pena2008-08-151-4/+2
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-24/+24
* Fixed bug #44660 (Indexed and reference assignment to propery of non-object d...Dmitry Stogov2008-07-261-0/+1
* Fixed crashes and memory leak for objects with NULL write_property/has_proper...Dmitry Stogov2008-07-261-0/+5
* Added support for lambda functions and closuresDmitry Stogov2008-07-141-0/+1
* Removed redundant codeDmitry Stogov2008-07-011-16/+1
* - Removed direct executor recursion.Dmitry Stogov2008-06-111-22/+2
* MFH: Fixed bug #44681 (Resources used as array keys get converted to 0)Matt Wilmas2008-05-091-3/+3
* GC fixDmitry Stogov2008-05-061-6/+12
* - Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR)Dmitry Stogov2008-05-051-16/+16
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-17/+37
* Optimized handlers for ZEND_RECV and ZEND_RECV_INIT opocdesDmitry Stogov2008-04-241-9/+0
* MFH: Dropped zend.ze1_compatibility_modeFelipe Pena2008-03-181-89/+5
* Cosmetics (removed space on error message)Felipe Pena2008-03-081-4/+4
* Fixed bug #39018 (Error control operator '@' fails to suppress "Uninitialized...Felipe Pena2008-03-081-1/+3
* Fixed wrong result of cascading assignment to string offsetDmitry Stogov2008-03-041-2/+3
* 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