summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Fixed bug #54265 (crash when variable gets reassigned in error handler)Dmitry Stogov2011-03-161-2/+14
* | fix UMR when setting forward string offsetStanislav Malyshev2011-03-161-6/+6
* | Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error)Dmitry Stogov2011-02-141-1/+3
* | - Year++Felipe Pena2011-01-011-1/+1
* | Silently casting an empty string, null or false into an object by adding a pr...Scott MacVicar2010-12-311-2/+2
* | - Removed unused variableFelipe Pena2010-11-241-1/+0
* | Removed support for break/continue $var syntaxDmitry Stogov2010-11-241-11/+2
* | reduced size of temp_variariableDmitry Stogov2010-10-221-2/+1
* | Simplified foreach() handling, we don't have to inctrement/decrement refcount...Dmitry Stogov2010-10-221-16/+1
* | - Strip out the typehint *checks* only. They are still parsed, and they areDerick Rethans2010-10-191-30/+11