summaryrefslogtreecommitdiff
path: root/ext/fdf/fdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fdf/fdf.c')
-rw-r--r--ext/fdf/fdf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c
index 12e4db2fab..d99078e627 100644
--- a/ext/fdf/fdf.c
+++ b/ext/fdf/fdf.c
@@ -68,6 +68,7 @@ function_entry fdf_functions[] = {
/* }}} */
zend_module_entry fdf_module_entry = {
+ STANDARD_MODULE_HEADER,
"fdf",
fdf_functions,
PHP_MINIT(fdf),
@@ -75,6 +76,7 @@ zend_module_entry fdf_module_entry = {
NULL,
NULL,
PHP_MINFO(fdf),
+ NO_VERSION_YET,
STANDARD_MODULE_PROPERTIES
};