diff options
Diffstat (limited to 'ext/exif/exif.c')
-rw-r--r-- | ext/exif/exif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/exif/exif.c b/ext/exif/exif.c index d7d19eff8e..7d7a2a4645 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -254,7 +254,7 @@ PHP_MSHUTDOWN_FUNCTION(exif) static const zend_module_dep exif_module_deps[] = { ZEND_MOD_REQUIRED("standard") ZEND_MOD_OPTIONAL("mbstring") - {NULL, NULL, NULL} + ZEND_MOD_END }; /* }}} */ |