diff options
Diffstat (limited to 'ext/gd/gd.c')
| -rw-r--r-- | ext/gd/gd.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 0866307713..e8a53165bc 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -202,7 +202,16 @@ function_entry gd_functions[] = { /* }}} */ zend_module_entry gd_module_entry = { - "gd", gd_functions, PHP_MINIT(gd), NULL, NULL, NULL, PHP_MINFO(gd), STANDARD_MODULE_PROPERTIES + STANDARD_MODULE_HEADER, + "gd", + gd_functions, + PHP_MINIT(gd), + NULL, + NULL, + NULL, + PHP_MINFO(gd), + NO_VERSION_YET, + STANDARD_MODULE_PROPERTIES }; #ifdef COMPILE_DL_GD |
