summaryrefslogtreecommitdiff
path: root/ext/dbx/dbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dbx/dbx.c')
-rw-r--r--ext/dbx/dbx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/dbx/dbx.c b/ext/dbx/dbx.c
index 91ebdd6c5f..a98d508b11 100644
--- a/ext/dbx/dbx.c
+++ b/ext/dbx/dbx.c
@@ -148,6 +148,7 @@ function_entry dbx_functions[] = {
};
zend_module_entry dbx_module_entry = {
+ STANDARD_MODULE_HEADER,
"dbx",
dbx_functions,
ZEND_MINIT(dbx),
@@ -155,6 +156,7 @@ zend_module_entry dbx_module_entry = {
NULL, /*ZEND_RINIT(dbx), /* Replace with NULL if there's nothing to do at request start */
NULL, /*ZEND_RSHUTDOWN(dbx), /* Replace with NULL if there's nothing to do at request end */
ZEND_MINFO(dbx),
+ NO_VERSION_YET,
STANDARD_MODULE_PROPERTIES
};