diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-06-05 10:36:35 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-06-05 10:36:35 +0200 |
commit | 5b4c4bbe3ba5961c8cc96504c01eadecd6fa6853 (patch) | |
tree | e8763131e985733386510951e86d531cbdc25de1 /Zend/zend_attributes.h | |
parent | d3eeeb688204320c9825924bc300901470cdb87b (diff) | |
download | php-git-5b4c4bbe3ba5961c8cc96504c01eadecd6fa6853.tar.gz |
Free attribute validators on shutdown
Diffstat (limited to 'Zend/zend_attributes.h')
-rw-r--r-- | Zend/zend_attributes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_attributes.h b/Zend/zend_attributes.h index d7e54173ca..0e0136ff6d 100644 --- a/Zend/zend_attributes.h +++ b/Zend/zend_attributes.h @@ -65,5 +65,6 @@ static zend_always_inline zend_attribute *zend_add_class_constant_attribute(zend } void zend_register_attribute_ce(void); +void zend_attributes_shutdown(void); #endif |