summaryrefslogtreecommitdiff
path: root/ext/posix/posix.c
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2001-10-11 23:33:59 +0000
committerStig Bakken <ssb@php.net>2001-10-11 23:33:59 +0000
commit689252082c2660e2b6fddc674047922d8b2c7845 (patch)
treea6d3a9bff0ae6f205098017ecb84ebb1b1f74460 /ext/posix/posix.c
parent405142087ca9f49f6f480e29541bb3fe05847fe8 (diff)
downloadphp-git-689252082c2660e2b6fddc674047922d8b2c7845.tar.gz
* zend_module_entry change: apino, debug and zts are moved first,
see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
Diffstat (limited to 'ext/posix/posix.c')
-rw-r--r--ext/posix/posix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/posix/posix.c b/ext/posix/posix.c
index 42b5c55d2b..0cf86a90a3 100644
--- a/ext/posix/posix.c
+++ b/ext/posix/posix.c
@@ -110,6 +110,7 @@ static PHP_MINFO_FUNCTION(posix);
/* {{{ posix_module_entry
*/
zend_module_entry posix_module_entry = {
+ STANDARD_MODULE_HEADER,
"posix",
posix_functions,
NULL,
@@ -117,6 +118,7 @@ zend_module_entry posix_module_entry = {
NULL,
NULL,
PHP_MINFO(posix),
+ NO_VERSION_YET,
STANDARD_MODULE_PROPERTIES
};
/* }}} */