* fix module struct in rest of sapi modules

This commit is contained in:
Stig Bakken 2001-10-12 12:11:48 +00:00
parent 838a7a9566
commit 0cee8df65e
6 changed files with 12 additions and 0 deletions

View file

@ -188,6 +188,7 @@ static void php_info_isapi(ZEND_MODULE_INFO_FUNC_ARGS)
static zend_module_entry php_isapi_module = {
STANDARD_MODULE_HEADER,
"ISAPI",
NULL,
NULL,
@ -195,6 +196,7 @@ static zend_module_entry php_isapi_module = {
NULL,
NULL,
php_info_isapi,
NULL,
STANDARD_MODULE_PROPERTIES
};