summaryrefslogtreecommitdiff
path: root/Zend/zend_attributes.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Máté Kocsis2021-03-061-1/+1
|\
| * Fix the error message of attribute flag validationMáté Kocsis2021-03-061-1/+1
* | Generate zend class entries based on stubsMáté Kocsis2021-02-141-14/+3
* | Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
|/
* Don't use scope when validating AttributeNikita Popov2020-12-011-1/+4
* Honor strict_types=1 for attributes, improve backtracesNikita Popov2020-09-271-16/+9
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-2/+2
* Implement named parametersNikita Popov2020-07-311-3/+8
* Implement Attribute Amendments.Martin Schröder2020-06-291-19/+159
* Fix free of uninitialized memory in attributesNikita Popov2020-06-071-0/+5
* Free attribute validators on shutdownNikita Popov2020-06-051-0/+5
* Add AttributesBenjamin Eberlei2020-06-041-0/+146