summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Remove called_scope inheritance in zend_call_method()Nikita Popov2020-06-101-6/+1
* Cleanup SPL autoload implementationNikita Popov2020-06-108-54/+25
* Control VCRT leak reporting via environment variable in debug buildsChristoph M. Becker2020-06-101-1/+1
* Merge branch 'PHP-7.4'Xinchen Hui2020-06-101-9/+11
|\
| * Partial fixed bug #79649 (Altering disable_functions from module init corrupt...Xinchen Hui2020-06-101-9/+11
* | A helper to trace executed source linesDmitry Stogov2020-06-102-0/+44
* | Back up fake_scope in zend_call_functionNikita Popov2020-06-094-41/+4
* | Add zend_call_known_function() API familyNikita Popov2020-06-097-184/+104
* | Merge branch 'PHP-7.4'Nikita Popov2020-06-091-0/+3
|\ \ | |/
| * Fixed bug #79683Nikita Popov2020-06-091-0/+3
* | Use standard boolean type as zend_bool typedefGeorge Peter Banyard2020-06-091-1/+2
* | Fix incorrect usage of zend_bool in Zend globalsGeorge Peter Banyard2020-06-091-1/+2
* | Remove some special-casing in zend_call_method()Nikita Popov2020-06-091-44/+36
* | Add missing terminators in zend_language_parser.yIlija Tovilo2020-06-091-0/+2
* | Make zend_argument_error_variadic statictwosee2020-06-091-1/+1
* | Add helper APIs for maybe-interned string creationtwosee2020-06-085-34/+65
* | Don't allow variables as attribute nameNikita Popov2020-06-082-3/+14
* | Fix bug #77966: Cannot alias a method named "namespace"Nikita Popov2020-06-087-165/+221
* | Merge branch 'PHP-7.4'Nikita Popov2020-06-082-0/+43
|\ \ | |/
| * Fixed bug #79657Nikita Popov2020-06-082-0/+43
* | Constify char * arguments of APIstwosee2020-06-086-9/+9
* | Fix expression warnings and break warningstwosee2020-06-074-9/+9
* | 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