summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fix warning of strict-prototypestwosee2020-06-072-2/+2
* Fix free of uninitialized memory in attributesNikita Popov2020-06-072-0/+16
* Fix BC break of zend_throw_exceptiontwosee2020-06-061-2/+4
* Add tests to check mismatching function signaturesMáté Kocsis2020-06-061-0/+31
* Implement "Constructor Promotion" RFCNikita Popov2020-06-0520-20/+444
* micro-optimizationDmitry Stogov2020-06-052-13/+20
* Fix MSVC level 1 (severe) warningsChristoph M. Becker2020-06-054-6/+13
* Free attribute validators on shutdownNikita Popov2020-06-053-0/+8
* Don't leak attributes on internal classesNikita Popov2020-06-052-5/+20
* Pass zend_string message to zend_error_cbNikita Popov2020-06-054-41/+47
* Fixed bug #72089: Throw Error on require failureNikita Popov2020-06-051-1/+4
* 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