summaryrefslogtreecommitdiff
path: root/ext/sockets/sockets.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/sockets.c')
-rw-r--r--ext/sockets/sockets.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c
index 68bcd01afe..a3944817e6 100644
--- a/ext/sockets/sockets.c
+++ b/ext/sockets/sockets.c
@@ -152,6 +152,7 @@ function_entry sockets_functions[] = {
/* }}} */
zend_module_entry sockets_module_entry = {
+ STANDARD_MODULE_HEADER,
"sockets",
sockets_functions,
PHP_MINIT(sockets),
@@ -159,6 +160,7 @@ zend_module_entry sockets_module_entry = {
NULL,
NULL,
PHP_MINFO(sockets),
+ NO_VERSION_YET,
STANDARD_MODULE_PROPERTIES
};