summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* Remove leftover code for generator stack page handlingNikita Popov2017-04-151-12/+9
* Merge branch 'PHP-7.1'Nikita Popov2017-04-091-4/+8
|\
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Interned strings unification for TS/NTSAnatol Belski2017-03-041-10/+2
* | Separate zend_fetch_static_property_address() into an inline functionDmitry Stogov2017-01-171-0/+85
* | Fixed nullable handling (phpunit failure)Dmitry Stogov2017-01-131-1/+1
* | Avoid NULL dereferenceDmitry Stogov2017-01-131-1/+3
* | Introduced "zend_type" - an abstraction for type-hinting representation.Dmitry Stogov2017-01-131-165/+77
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Merge branch 'PHP-7.1'Dmitry Stogov2016-12-201-0/+3
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-12-201-0/+3
| |\
* | \ Merge branch 'PHP-7.1'Xinchen Hui2016-12-091-4/+0
|\ \ \ | |/ /
| * | Revert "Refix bug #73686"Xinchen Hui2016-12-091-4/+0
* | | Merge branch 'PHP-7.1'Xinchen Hui2016-12-091-0/+4
|\ \ \ | |/ /
| * | Refix bug #73686Xinchen Hui2016-12-091-0/+4
* | | Fixed memory leaks caused by exceptions thrown from destructors.Dmitry Stogov2016-12-071-0/+16
* | | Revert "Fix return value memory leaks upon exceptions in opcode operand freeing"Dmitry Stogov2016-12-021-16/+2
* | | Revert "Fix a few valgrind warnings with undefing result"Dmitry Stogov2016-12-021-3/+1
* | | Fix a few valgrind warnings with undefing resultBob Weinand2016-12-011-1/+3
* | | Fix return value memory leaks upon exceptions in opcode operand freeingBob Weinand2016-11-301-2/+16
* | | Export zend_do_fcall_overloaded()Dmitry Stogov2016-11-221-1/+2
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-221-6/+6
|\ \ \ | |/ /
| * | Removed useless (double) checks for EG(exception). (Bob)Dmitry Stogov2016-11-221-6/+6
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-221-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-221-3/+3
| |\ \ | | |/
| | * Fixed memory leak (Bob)Dmitry Stogov2016-11-221-3/+3
* | | Turn IS_TYPE_COLLECTABLE zval flag into GC_COLLECTABLE zend_refcounted flag.Dmitry Stogov2016-10-211-4/+4
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-09-291-1/+1
|\ \ \ | |/ /
| * | zval_dtor_func_for_ptr() -> zval_dtor_func()Dmitry Stogov2016-09-291-1/+1
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-09-291-3/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-09-291-3/+11
| |\ \ | | |/
| | * Better fix for bug #72854 (avoid extra copy and creating reference to stack v...Dmitry Stogov2016-09-291-3/+11
* | | Expose information about calls to "fake" closures (created through Reflection...Dmitry Stogov2016-09-261-0/+3
* | | Fix some sizeof(zend_long) > sizeof(size_t) issuesNikita Popov2016-09-051-1/+1
|/ /
* | Implement \ArgumentCountError exceptionDavey Shafik2016-08-301-12/+16
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-261-0/+1
|\ \ | |/
| * Fixed bug #72943 (assign_dim on string doesn't reset hval)Xinchen Hui2016-08-261-0/+1
* | This is unecessary for 7.1 (IS_ERROR is an internal type)Xinchen Hui2016-08-211-3/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-211-1/+3
|\ \ | |/
| * Fixed bug #72911 (Memleak in zend_binary_assign_op_obj_helper)Xinchen Hui2016-08-211-1/+3
* | Fixed 7.1 build, decls first please!Kalle Sommer Nielsen2016-08-171-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-161-1/+3
|\ \ | |/
| * Fix bug #72854Nikita Popov2016-08-161-1/+3
* | Cleanup parameter/return type checking codeNikita Popov2016-08-161-269/+229
* | Show "or null" in TypeErrors for nullable arg_infosAndrea Faulds2016-08-111-50/+67
* | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-08-081-5/+2
|\ \ | |/
| * Replace dead branch with ZEND_ASSERT()Andrea Faulds2016-08-081-5/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-051-1/+2
|\ \ | |/
| * Fix bug #72767Nikita Popov2016-08-051-1/+2
* | Merge branch 'PHP-7.0'Nikita Popov2016-07-141-1/+4
|\ \ | |/