summaryrefslogtreecommitdiff
path: root/Zend/zend_attributes.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_attributes.c')
-rw-r--r--Zend/zend_attributes.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Zend/zend_attributes.c b/Zend/zend_attributes.c
index 12a997e72f..b9bd467acf 100644
--- a/Zend/zend_attributes.c
+++ b/Zend/zend_attributes.c
@@ -144,3 +144,8 @@ void zend_register_attribute_ce(void)
zend_compiler_attribute_register(zend_ce_php_attribute, zend_attribute_validate_phpattribute);
}
+
+void zend_attributes_shutdown(void)
+{
+ zend_hash_destroy(&internal_validators);
+}