summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.skl
Commit message (Expand)AuthorAgeFilesLines
* - Improved memory usageDmitry Stogov2010-09-151-1/+1
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-0/+4
* Added a number of small performance tweaks and optimizationsDmitry Stogov2010-04-201-9/+8
* Fixed bug #46074 (Bus error during running PHP CLI under IRIX 6.5.30)Dmitry Stogov2009-09-031-5/+5
* - 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-10/+11
* 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
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
* Added support for Late Static Binding. (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-291-6/+1
* MFH: Fixed compiler warningsJani Taskinen2007-07-211-1/+1
* Fixed bug #35437 (Segfault or Invalid Opcode 137/1/4)Dmitry Stogov2005-12-011-0/+4
* MFH: fix #33771 (error_reporting falls to 0 when @ was used inside try/catch ...Antony Dovgal2005-09-221-0/+1
* - Fix typoAndi Gutmans2004-10-281-1/+1
* - Commit new VMAndi Gutmans2004-10-221-0/+72