summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* 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-18/+36
* Optimized handlers for ZEND_RECV and ZEND_RECV_INIT opocdesDmitry Stogov2008-04-241-8/+0
* Cosmetics (removed space on error message)Felipe Pena2008-03-081-4/+4
* MFB: Fixed bug #39018 (Error control operator '@' fails to suppress "Uninitia...Felipe Pena2008-03-081-2/+3
* Fixed wrong result of cascading assignment to string offsetDmitry Stogov2008-03-041-3/+4
* Add "Strict error" when assigning value to property of inexistent objectFelipe Pena2008-02-281-0/+1
* Removed redundant refcount manipulationsDmitry Stogov2008-02-181-4/+0
* Changed EG(argument_stack) implementation.Dmitry Stogov2008-01-241-2/+2
* typoDmitry Stogov2008-01-231-1/+1
* Additional executor specializationDmitry Stogov2008-01-231-119/+63
* 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 compilation warningDmitry Stogov2008-01-211-1/+1
* Fixed bug #43851 (Memory corrution on reuse of assigned value)Dmitry Stogov2008-01-151-2/+2
* Simplified assignment to string offsetDmitry Stogov2008-01-111-55/+35
* Fixed bug #39346 (Unsetting a static variable inside a destructor causes segf...Dmitry Stogov2008-01-111-11/+13
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed possible memory corruptionDmitry Stogov2007-12-281-0/+1
* executor optimizationDmitry Stogov2007-12-141-323/+365
* 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
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-58/+59
* Fixed bug #42802 (Namespace not supported in typehints)Dmitry Stogov2007-10-011-6/+6
* Late Static Binding (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-261-0/+11
* - Use the SEPARATE_ZVAL_IF_NOT_REF macro (cleanup code)Jani Taskinen2007-07-191-6/+5
* fix folding, CS and WSAntony Dovgal2007-07-111-45/+76
* Fixed bug #41919Dmitry Stogov2007-07-091-0/+4
* MFB: fix #41813 (segmentation fault when using string offset as an object)Antony Dovgal2007-06-271-0/+4
* fix #41608 (segfault on a weird code with objects and switch())Antony Dovgal2007-06-061-1/+1
* fix arrays with NULL keys in Unicode modeAntony Dovgal2007-05-041-2/+2
* WIN64 supportDmitry Stogov2007-04-161-5/+5
* fix #41075 (memleak when creating default object caused exception)Antony Dovgal2007-04-131-1/+1
* Added runtime JIT auto-globals fetching and cachingDmitry Stogov2007-02-161-4/+3
* - No reason not to pass return_value_ptr for non return-by-reference functionsMarcus Boerger2007-02-081-1/+1
* Resolve autoglobals as global-fetch CVs when possibleSara Golemon2007-01-201-2/+4
* - Fixed bug #35106 (nested foreach fails when array variable has a reference).Dmitry Stogov2007-01-101-1/+2
* 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
* MFB: Fixed bug #33282 (Re-assignment by reference does not clear the is_refIlia Alshanetsky2006-11-071-5/+1
* fix #39003 (__autoload() is called for type hinting)Antony Dovgal2006-10-021-18/+20
* fix off-by-one in zend_fetch_dimension_address_inner()Antony Dovgal2006-08-301-4/+4
* Callable checks and class fetching and lookup should support identiferAndrei Zmievski2006-07-181-1/+1
* New memory managerDmitry Stogov2006-07-181-1/+0
* - Drop unused varMarcus Boerger2006-07-101-1/+1
* - Fix issues with __get() returning arrays (might need to be revised)Marcus Boerger2006-07-101-3/+4