summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.skl
Commit message (Expand)AuthorAgeFilesLines
* - Removed direct executor recursion.Dmitry Stogov2008-06-111-2/+7
* Use IS_CV for dirrent access to $this variableDmitry Stogov2008-05-071-4/+9
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-3/+3
* Changed EG(argument_stack) implementation.Dmitry Stogov2008-01-241-11/+12
* Fixed compilation on WindowsDmitry Stogov2007-11-231-1/+1
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-4/+5
* Fixed bug #43136 (possible crash on script execution timeout. The EG(function...Dmitry Stogov2007-11-201-2/+1
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
* Late Static Binding (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-261-6/+1
* - Fix compile warningsJani Taskinen2007-07-211-1/+1
* Disabled autoconversion of hash keys (from string to unicode) for PHP arraysDmitry Stogov2006-09-191-1/+1
* WSDmitry Stogov2006-02-211-1/+1
* Fixed bug #35437 (Segfault or Invalid Opcode 137/1/4)Dmitry Stogov2005-12-011-0/+4
* fix #33771 (error_reporting falls to 0 when @ was used inside try/catch block)Antony Dovgal2005-09-221-0/+1
* - Fix typoAndi Gutmans2004-10-281-1/+1
* - Commit new VMAndi Gutmans2004-10-221-0/+72