summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+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
* | 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
| * | - Fixed bug #55705 (Omitting a callable typehinted argument causes a segfault)Felipe Pena2011-09-171-0/+3
| * | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
| * | - Fixed ZTS buildFelipe Pena2011-08-161-1/+1
| * | Callable typehint following the rules of is_callable($arg, false);Hannes Magnusson2011-08-161-6/+19
* | | Fix thread safe buildNikita Popov2012-06-201-1/+1
* | | Fix backtraces and func_get_args()Nikita Popov2012-06-091-0/+19
* | | Properly free resources when generator return value not usedNikita Popov2012-05-281-0/+25
* | | Make generator functions return a Generator objectNikita Popov2012-05-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
* | | - Fixed bug #55705 (Omitting a callable typehinted argument causes a segfault)Felipe Pena2011-09-171-0/+3
* | | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
* | | - Fixed ZTS buildFelipe Pena2011-08-161-1/+1
* | | Callable typehint following the rules of is_callable($arg, false);Hannes Magnusson2011-08-161-6/+19
|/ /