summaryrefslogtreecommitdiff
path: root/ext/shmop/shmop.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/shmop/shmop.c')
-rw-r--r--ext/shmop/shmop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/shmop/shmop.c b/ext/shmop/shmop.c
index 93efcd4d41..9d5ca97ce6 100644
--- a/ext/shmop/shmop.c
+++ b/ext/shmop/shmop.c
@@ -61,6 +61,7 @@ function_entry shmop_functions[] = {
/* {{{ shmop_module_entry
*/
zend_module_entry shmop_module_entry = {
+ STANDARD_MODULE_HEADER,
"shmop",
shmop_functions,
PHP_MINIT(shmop),
@@ -68,6 +69,7 @@ zend_module_entry shmop_module_entry = {
NULL,
NULL,
PHP_MINFO(shmop),
+ NO_VERSION_YET,
STANDARD_MODULE_PROPERTIES
};
/* }}} */