summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Add AttributesBenjamin Eberlei2020-06-0432-54/+1693
* Merge branch 'PHP-7.4'Christoph M. Becker2020-06-041-0/+16
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-042-12/+19
| |\
| | * Fix #79668: get_defined_functions(true) may miss functionsChristoph M. Becker2020-06-042-10/+19
| | * 7.3.20 will be nextChristoph M. Becker2020-05-261-1/+1
| | * Bump versionChristoph M. Becker2020-04-281-1/+1
| * | Fix several mostly Windows related phpdbg bugsChristoph M. Becker2020-05-262-0/+2
* | | Fix php_get_args function info return type and add arg checkIlija Tovilo2020-05-312-1/+3
* | | Use ZPP callable check for spl_autoload_register.George Peter Banyard2020-05-301-1/+1
* | | Fix #79652 Ensure that the mixed type is displayed instead of the union of al...Máté Kocsis2020-05-301-1/+1
* | | Clean up calls to extension_loaded('json') in testsTyson Andre2020-05-282-8/+0
* | | Ensure Exception::getFile/getLine return type is correctNikita Popov2020-05-283-46/+38
* | | Make Exception::$previous a typed propertyNikita Popov2020-05-282-10/+11
* | | Make Exception::$trace typed array propertyNikita Popov2020-05-282-14/+17
* | | Extract code for declaring Exception/Error propertiesNikita Popov2020-05-281-16/+13
* | | Convert Exception::getMessage() result to stringNikita Popov2020-05-283-2/+44
* | | Improve type error messages when an object is givenMáté Kocsis2020-05-2652-606/+607
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-05-261-12/+9
|\ \ \ | |/ /
| * | Fix #79595: zend_init_fpu() alters FPU precisionChristoph M. Becker2020-05-261-12/+9
* | | Fix variable typeNikita Popov2020-05-261-4/+4
* | | Allow generators to have a real return type of `mixed` or `object`Tyson Andre2020-05-264-6/+35
* | | Support catching exceptions without capturing them to variablesMax Semenik2020-05-267-20/+84
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-264-26/+64
|\ \ \ | |/ /
| * | Respect typed references in catch assignmentNikita Popov2020-05-264-26/+64
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-262-32/+54
|\ \ \ | |/ /
| * | Fix zend_assign_to_typed_ref() implementationNikita Popov2020-05-262-32/+54
* | | Clarify ZEND_CATCH codeNikita Popov2020-05-262-2/+2
* | | Improve language in error messagesMax Semenik2020-05-262-9/+9
* | | Annotate internal functions with the mixed typeMáté Kocsis2020-05-256-23/+16
* | | Keep trace number in EG(jit_trace_num) instead of EG(reserved)[zend_func_info...Dmitry Stogov2020-05-252-0/+4
* | | Refactor ZPP API to use uint32_t as everywhere elseGeorge Peter Banyard2020-05-222-25/+26
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-221-5/+2
|\ \ \ | |/ /
| * | Revert "Fix #79595: zend_init_fpu() alters FPU precision"Nikita Popov2020-05-221-5/+2
* | | Remove depreacted curly brace offset syntaxGeorge Peter Banyard2020-05-226-41/+21
* | | Add support for the mixed typeMáté Kocsis2020-05-2253-12/+892
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-05-221-2/+5
|\ \ \ | |/ /
| * | Fix #79595: zend_init_fpu() alters FPU precisionChristoph M. Becker2020-05-221-2/+5
* | | Prevent CGG reordering if hanlers order is defined by zend_vm_order.txtDmitry Stogov2020-05-221-8/+12
* | | Fixed typecastDmitry Stogov2020-05-221-1/+1
* | | Revert "Revert "Merge branch 'PHP-7.4'""Christoph M. Becker2020-05-204-4/+38
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-201-12/+22
|\ \ \ | |/ /
| * | Fix bug #79603, by retrying on RTD key collisionNikita Popov2020-05-201-12/+22
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-201-2/+1
|\ \ \ | |/ /
| * | Don't require rc=1 for function static variablesNikita Popov2020-05-201-2/+3
* | | Generate method entries for ClosureMáté Kocsis2020-05-193-23/+28
* | | Improve error messages for invalid property accessMáté Kocsis2020-05-1823-72/+78
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-152-0/+25
|\ \ \ | |/ /
| * | Fixed bug #79600Nikita Popov2020-05-152-0/+25
| * | Fixed bug #97599 (coredump in set_error_handler)Xinchen Hui2020-05-152-1/+34
* | | Improve error message for deprecated methodsMáté Kocsis2020-05-146-14/+17