diff options
Diffstat (limited to 'ext/posix/posix.c')
-rw-r--r-- | ext/posix/posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/posix.c b/ext/posix/posix.c index 6a0d4ccc3a..12fb3f3e36 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -360,7 +360,7 @@ zend_module_entry posix_module_entry = { NULL, NULL, PHP_MINFO(posix), - NO_VERSION_YET, + PHP_POSIX_VERSION, PHP_MODULE_GLOBALS(posix), PHP_GINIT(posix), NULL, |