#include "zend_smart_str.h"
#include "zend_smart_string.h"
#include "zend_cpuinfo.h"
+#include "zend_attributes.h"
static size_t global_map_ptr_last = 0;
zend_hash_destroy(GLOBAL_CONSTANTS_TABLE);
free(GLOBAL_CONSTANTS_TABLE);
zend_shutdown_strtod();
+ zend_attributes_shutdown();
#ifdef ZTS
GLOBAL_FUNCTION_TABLE = NULL;
zend_compiler_attribute_register(zend_ce_php_attribute, zend_attribute_validate_phpattribute);
}
+
+void zend_attributes_shutdown(void)
+{
+ zend_hash_destroy(&internal_validators);
+}