summaryrefslogtreecommitdiff
path: root/ext/exif/exif.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/exif/exif.c')
-rw-r--r--ext/exif/exif.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/exif/exif.c b/ext/exif/exif.c
index 5e1470c3ea..45af9d9ce5 100644
--- a/ext/exif/exif.c
+++ b/ext/exif/exif.c
@@ -131,11 +131,13 @@ PHP_MINFO_FUNCTION(exif);
/* {{{ exif_module_entry
*/
zend_module_entry exif_module_entry = {
+ STANDARD_MODULE_HEADER,
"exif",
exif_functions,
NULL, NULL,
NULL, NULL,
PHP_MINFO(exif),
+ NO_VERSION_YET,
STANDARD_MODULE_PROPERTIES
};
/* }}} */