summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* Fix argument unpacking across stack pagesNikita Popov2014-01-181-0/+36
* Fixed build (making zend_is_by_ref_func_arg_fetch function static)Bob Weinand2014-01-121-1/+1
* Implement argument unpackingNikita Popov2014-01-111-0/+7
* Bump yearXinchen Hui2014-01-031-1/+1
* Fixed bug #65784 (Segfault with finally).Xinchen Hui2013-12-131-0/+1
* Removed deprecated AI_SET_PTR()sDmitry Stogov2013-11-271-26/+26
* Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-11-271-2/+1
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-11-271-2/+1
| |\
| | * Fixed bug #65969 (Chain assignment with T_LIST failure)Dmitry Stogov2013-11-271-2/+1
* | | export more Zend APIkrakjoe2013-11-201-1/+1
* | | Merge branch 'pull-request/500'Anatol Belski2013-11-051-1/+1
|\ \ \
| * | | initial move on renaming files and fixing includesAnatol Belski2013-10-171-1/+1
* | | | Removed unnecessary GC checksDmitry Stogov2013-10-311-4/+4
|/ / /
* | | Implement variadic function syntaxNikita Popov2013-09-261-3/+8
* | | Save a TSRMLS_FETCH() for zval_ptr_dtor in executorNikita Popov2013-09-141-4/+4
* | | Provide more macros for handling of interned stringsNikita Popov2013-09-131-32/+17
* | | Always pass return_value_ptr to internal functionsNikita Popov2013-08-311-7/+9
* | | Improved IS_VAR operands fetchingDmitry Stogov2013-05-171-4/+15
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-04-041-3/+4
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-04-041-3/+4
| |\
| | * Fixed Bug #64578Xinchen Hui2013-04-041-3/+4
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| * | Happy New YearXinchen Hui2013-01-011-1/+1
* | | Removed deprecated checkDmitry Stogov2013-03-291-7/+4
* | | fix bug #49348 - issue notice on get_property_ptr_ptr when used for readStanislav Malyshev2013-02-181-3/+3
* | | Happy New YearXinchen Hui2013-01-011-1/+1
* | | spellingDmitry Stogov2012-12-251-3/+3
* | | Removed redundand checks from release buildDmitry Stogov2012-12-131-5/+4
* | | Generatirs are going to be used less than regular functionsDmitry Stogov2012-12-061-1/+1
* | | Fixed commentsDmitry Stogov2012-12-051-8/+11
* | | Slight performance improvementDmitry Stogov2012-12-051-63/+80
* | | Moved zend_create_execute_data_from_op_array() implementation from zend_vm_ex...Dmitry Stogov2012-12-041-0/+151
* | | Optimized access to temporary and compiled VM variablesDmitry Stogov2012-12-041-65/+64
* | | . The VM stacks for passing function arguments and syntaticaly nested calls w...Dmitry Stogov2012-11-301-19/+0
* | | Use zend_execute_internal always to call internal functionsStanislav Malyshev2012-10-051-4/+12
* | | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-131-4/+3
|\ \ \ | |/ /
| * | Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-2/+2
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-05-121-2/+1
| |\ \ | | |/
| | * Fixed Bug #62005 (unexpected behavior when incrementally assigning to a membe...Xinchen Hui2012-05-121-2/+1
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * - Fixed bug #54265 (crash when variable gets reassigned in error handler)Johannes Schlüter2011-03-171-2/+14
| | * - Revert r309308 temporarily to get 5.3.6 outJohannes Schlüter2011-03-171-14/+2
| | * Fixed bug #54265 (crash when variable gets reassigned in error handler)Dmitry Stogov2011-03-161-2/+14
| | * Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error)Dmitry Stogov2011-02-141-1/+1
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * Prevented crash in GC because of incorrect reference countingDmitry Stogov2010-09-301-1/+1
| | * Fixed bug #48781 (Cyclical garbage collector memory leak)Dmitry Stogov2010-04-201-0/+1
| * | Added ability to reset user opcode handlers (Yoram)Dmitry Stogov2012-02-141-1/+6
| * | - Year++Felipe Pena2012-01-011-1/+1
| * | implement the solution for isset/string offsets, fix bug #60362Stanislav Malyshev2011-12-191-2/+20