diff options
author | Stig Bakken <ssb@php.net> | 2001-10-12 12:11:48 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2001-10-12 12:11:48 +0000 |
commit | 0cee8df65e42ee4ab3f88cce30e1a19c46914afc (patch) | |
tree | 14001f69f2b2c3895e5a552d78f782cca612a325 /sapi/roxen/roxen.c | |
parent | 838a7a9566a5f4f41c2b69518f457157ca26e979 (diff) | |
download | php-git-0cee8df65e42ee4ab3f88cce30e1a19c46914afc.tar.gz |
* fix module struct in rest of sapi modules
Diffstat (limited to 'sapi/roxen/roxen.c')
-rw-r--r-- | sapi/roxen/roxen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/roxen/roxen.c b/sapi/roxen/roxen.c index 81f67c43d0..c7c790ae4f 100644 --- a/sapi/roxen/roxen.c +++ b/sapi/roxen/roxen.c @@ -459,6 +459,7 @@ static void php_info_roxen(ZEND_MODULE_INFO_FUNC_ARGS) } static zend_module_entry php_roxen_module = { + STANDARD_MODULE_HEADER, "Roxen", NULL, NULL, @@ -466,6 +467,7 @@ static zend_module_entry php_roxen_module = { NULL, NULL, php_info_roxen, + NULL, STANDARD_MODULE_PROPERTIES }; |