summaryrefslogtreecommitdiff
path: root/Zend/zend_modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_modules.h')
-rw-r--r--Zend/zend_modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h
index efcb3673ec..065a058900 100644
--- a/Zend/zend_modules.h
+++ b/Zend/zend_modules.h
@@ -74,7 +74,7 @@ struct _zend_module_entry {
int (*request_shutdown_func)(SHUTDOWN_FUNC_ARGS);
void (*info_func)(ZEND_MODULE_INFO_FUNC_ARGS);
char *version;
- int (*exec_finished_func)(void);
+ int (*post_deactivate_func)(void);
int globals_id;
int module_started;
unsigned char type;