summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.skl
Commit message (Expand)AuthorAgeFilesLines
* Slight performance improvementDmitry Stogov2012-12-051-1/+6
* Moved zend_create_execute_data_from_op_array() implementation from zend_vm_ex...Dmitry Stogov2012-12-041-150/+0
* Optimized access to temporary and compiled VM variablesDmitry Stogov2012-12-041-18/+16
* . The VM stacks for passing function arguments and syntaticaly nested calls w...Dmitry Stogov2012-11-301-11/+91
* Improved "finally" im[plementationDmitry Stogov2012-11-221-1/+0
* Fixed bug #63428 (The behavior of execute() changed)Xinchen Hui2012-11-041-7/+4
* Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-261-2/+2
|\
| * Merge branch 'PHP-5.4'Xinchen Hui2012-08-251-1/+1
| |\
| | * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-251-1/+1
| | |\
| | | * Fixed bug (segfault while build with zts and GOTO vm-kind)Xinchen Hui2012-08-251-1/+1
* | | | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-131-0/+1
|\ \ \ \ | |/ / /
| * | | Implemented 'finally' keywords for phpXinchen Hui2012-08-131-0/+1
| |/ /
* | | Remove asterix modifier (*) for generatorsNikita Popov2012-07-201-1/+1
* | | Make the GOTO and SWITCH VMs work againNikita Popov2012-05-291-4/+3
* | | Add support for executing a zend_execute_dataNikita Popov2012-05-261-33/+42
* | | Allocate execute_data using malloc for generatorsNikita Popov2012-05-221-4/+32
|/ /
* | - 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