summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed zend_is_true to support IS_REFERENCEXinchen Hui2014-03-051-1/+6
* Handle interned strings as non-refcounted scalarsDmitry Stogov2014-03-051-2/+5
* Fixed destruction of VM handler operands (FREE_OP1 and family)Dmitry Stogov2014-03-041-1/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-191-1/+2
* Use better data structures (incomplete; able to run bench.php)Dmitry Stogov2014-02-181-7/+7
* Use better data structures (incomplete)Dmitry Stogov2014-02-181-1/+2
* Use better data structures (incomplete)Dmitry Stogov2014-02-171-2/+2
* Use better data structures (incomplete)Dmitry Stogov2014-02-171-24/+25
* Use better data structures (incomplete) - refactored return_value handlingDmitry Stogov2014-02-121-2/+2
* Use better data structures (incomplete)Dmitry Stogov2014-02-121-3/+2
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-108/+71
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\
| * Bump yearXinchen Hui2014-01-031-1/+1
| * export more Zend APIkrakjoe2013-11-201-1/+1
* | Eliminate another TSRMLS_FETCH() in i_zend_is_true()Kalle Sommer Nielsen2013-12-181-4/+2
* | export more Zend APIkrakjoe2013-11-171-1/+1
|/
* Removed unnecessary GC checksDmitry Stogov2013-10-311-0/+14
* Save a TSRMLS_FETCH() for zval_ptr_dtor in executorNikita Popov2013-09-141-7/+3
* Fix intl buildNikita Popov2013-08-221-1/+1
* Fix bug #46311: Pointer aliasing issue results in miscompile on gcc4.4Nikita Popov2013-08-221-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Removed unnecessary checksDmitry Stogov2012-12-131-4/+8
* Removed redundand checks from release buildDmitry Stogov2012-12-131-14/+4
* Optimized access to temporary and compiled VM variablesDmitry Stogov2012-12-041-3/+3
* . The VM stacks for passing function arguments and syntaticaly nested calls w...Dmitry Stogov2012-11-301-60/+24
* Use zend_execute_internal always to call internal functionsStanislav Malyshev2012-10-051-6/+7
* Remove asterix modifier (*) for generatorsNikita Popov2012-07-201-0/+1
* Fix thread safe buildNikita Popov2012-06-201-1/+1
* Fix backtraces and func_get_args()Nikita Popov2012-06-091-0/+1
* Properly free resources when generator return value not usedNikita Popov2012-05-281-0/+3
* Add support for executing a zend_execute_dataNikita Popov2012-05-261-0/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-4/+4
* - Year++Felipe Pena2011-01-011-1/+1
* reduced size of temp_variariableDmitry Stogov2010-10-221-6/+3
* - Strip out the typehint *checks* only. They are still parsed, and they areDerick Rethans2010-10-191-0/+3
* Reduced initial VM stack size to fit into zend_mm segment and eliminate extra...Dmitry Stogov2010-07-071-1/+1
* - Fixed bug #51905 (ReflectionParameter fails if default value is an array wi...Felipe Pena2010-05-261-0/+2
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-0/+17
* Added a number of small performance tweaks and optimizationsDmitry Stogov2010-04-201-19/+40
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-3/+4
* Fixed bug #50723 (Bug in garbage collector causes crash)Dmitry Stogov2010-02-021-1/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* - Fixed warnings (Kalle)Felipe Pena2009-09-131-1/+1
* Fixed bug #46074 (Bus error during running PHP CLI under IRIX 6.5.30)Dmitry Stogov2009-09-031-12/+49
* Fixed ability to call user functions from user opcodes without recursionDmitry Stogov2009-08-181-0/+2
* - fix build (void alarm)Pierre Joye2009-06-091-5/+5
* MFH: Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-051-0/+2
* MFH: better fix for #48409 , #48428 , #48228Arnaud Le Blanc2009-06-051-0/+21
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1