diff options
Diffstat (limited to 'ext/swf/swf.c')
-rw-r--r-- | ext/swf/swf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/swf/swf.c b/ext/swf/swf.c index de7eb545b0..5970943c69 100644 --- a/ext/swf/swf.c +++ b/ext/swf/swf.c @@ -111,6 +111,7 @@ function_entry swf_functions[] = { /* {{{ swf_module_entry */ zend_module_entry swf_module_entry = { + STANDARD_MODULE_HEADER, "swf", swf_functions, PHP_MINIT(swf), @@ -118,6 +119,7 @@ zend_module_entry swf_module_entry = { PHP_RINIT(swf), NULL, PHP_MINFO(swf), + NO_VERSION_YET, STANDARD_MODULE_PROPERTIES }; /* }}} */ |