summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.h
Commit message (Expand)AuthorAgeFilesLines
* Don't make expectations about non-constant zval refcauntabilityDmitry Stogov2018-02-161-2/+10
* Manual CSEDmitry Stogov2018-01-151-2/+2
* year++Xinchen Hui2018-01-021-1/+1
* Manual loop optimizaton.Dmitry Stogov2017-12-141-3/+3
* Allowed modification of VM stack page size. Exported few functions. Green lig...Dmitry Stogov2017-11-221-2/+2
* Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-5/+5
* Always use IS_CONSTANT_AST (IS_CONSTANT is removed).Dmitry Stogov2017-10-101-0/+1
* Changed the way VM accesses constant operands in 64-bit builds.Dmitry Stogov2017-10-041-1/+1
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Split zend_init_execute_data() into zend_init_func_execute_data() and zend_in...Dmitry Stogov2017-06-291-0/+2
* Refactored API for constant array element propagationDmitry Stogov2017-06-151-2/+1
* Merge branch 'PHP-7.1'Nikita Popov2017-03-101-0/+4
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-03-101-0/+4
| |\
| | * Fixed bug #73960Nikita Popov2017-03-101-0/+4
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* | | Export zend_do_fcall_overloaded()Dmitry Stogov2016-11-221-0/+2
* | | Turn IS_TYPE_COLLECTABLE zval flag into GC_COLLECTABLE zend_refcounted flag.Dmitry Stogov2016-10-211-5/+4
|/ /
* | Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ...Dmitry Stogov2016-06-161-1/+1
* | Fixed mixed declarations and codeDmitry Stogov2016-06-071-2/+1
* | Eliminated checks for (func->op_array.fn_flags & ZEND_ACC_GENERATOR) in fast ...Dmitry Stogov2016-05-131-1/+0
* | Removed useless codeDmitry Stogov2016-05-121-7/+2
* | Use main VM stack for generators. Only single call frame for generator itself...Dmitry Stogov2016-05-121-0/+5
* | Reimplemented Bob's commit bac6fdb0c52c924e726c5a78de8858bf27b6586b without i...Dmitry Stogov2016-05-061-3/+3
* | Revert "Refactor zval cleanup into single function"Dmitry Stogov2016-05-061-3/+3
* | Refactor zval cleanup into single functionBob Weinand2016-05-051-3/+3
* | Export zend_pass_function to allow comparisons against itBob Weinand2016-04-301-0/+3
* | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-2/+3
* | Mark zend_timeout as noreturnNikita Popov2016-04-211-1/+1
* | Merge remote-tracking branch 'origin/PHP-7.0'Bob Weinand2016-04-211-0/+1
|\ \ | |/
| * allow null coalescing (??) on constant expressionsMárcio Almada2016-04-211-0/+1
* | IS_CONST operands don't have to be separated. Use reference-counting instead ...Dmitry Stogov2016-04-051-12/+2
* | Merge zend_execute_data->called_scope into zend_execute_data->This.Dmitry Stogov2016-04-011-10/+18
* | Merge branch 'PHP-7.0'Xinchen Hui2016-01-021-1/+1
|\ \ | |/
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | Fixed typoDmitry Stogov2015-12-101-1/+1
|/
* Fixed bug #70689 (Exception handler does not work as expected)Xinchen Hui2015-10-131-1/+1
* Add myself into list of authors of the most refactored files.Dmitry Stogov2015-08-311-0/+1
* Attempt to fix Windows build (vc14)Dmitry Stogov2015-08-121-3/+3
* Export argument type checking functionsDmitry Stogov2015-08-111-4/+3
* Reorder the conditionsXinchen Hui2015-07-061-2/+2
* Fixed segfault while with generating ext infoXinchen Hui2015-07-061-0/+7
* Optimize out usless conditions used by specializerDmitry Stogov2015-06-251-4/+4
* Added commentsDmitry Stogov2015-06-221-0/+7
* Avoid overhead in RELEASE build.Dmitry Stogov2015-06-221-2/+7
* Fix generator memory leakNikita Popov2015-06-201-0/+1
* Fix potential writes into wrong memory, ensure vm_stack integrityBob Weinand2015-06-201-0/+13
* Improved class type hints checks, by caching resolved class entries in run-ti...Dmitry Stogov2015-06-171-1/+0