summaryrefslogtreecommitdiff
path: root/ext/pcntl/pcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcntl/pcntl.c')
-rwxr-xr-xext/pcntl/pcntl.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c
index 8663a539af..fdc9740721 100755
--- a/ext/pcntl/pcntl.c
+++ b/ext/pcntl/pcntl.c
@@ -55,12 +55,15 @@ function_entry pcntl_functions[] = {
};
zend_module_entry pcntl_module_entry = {
- "pcntl", pcntl_functions,
+ STANDARD_MODULE_HEADER,
+ "pcntl",
+ pcntl_functions,
PHP_MINIT(pcntl),
PHP_MSHUTDOWN(pcntl),
NULL,
NULL,
PHP_MINFO(pcntl),
+ NO_VERSION_YET,
STANDARD_MODULE_PROPERTIES
};