summaryrefslogtreecommitdiff
path: root/ext/filepro/filepro.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filepro/filepro.c')
-rw-r--r--ext/filepro/filepro.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/filepro/filepro.c b/ext/filepro/filepro.c
index 83f44e1ea7..9c8d2e5255 100644
--- a/ext/filepro/filepro.c
+++ b/ext/filepro/filepro.c
@@ -144,7 +144,8 @@ function_entry filepro_functions[] = {
};
zend_module_entry filepro_module_entry = {
- "filepro", filepro_functions, PHP_MINIT(filepro), PHP_MSHUTDOWN(filepro), NULL, NULL, NULL, STANDARD_MODULE_PROPERTIES
+ STANDARD_MODULE_HEADER,
+ "filepro", filepro_functions, PHP_MINIT(filepro), PHP_MSHUTDOWN(filepro), NULL, NULL, NULL, NO_VERSION_YET, STANDARD_MODULE_PROPERTIES
};