* 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

@ -121,6 +121,7 @@ static void php_info_pi3web(ZEND_MODULE_INFO_FUNC_ARGS)
static zend_module_entry php_pi3web_module = {
STANDARD_MODULE_HEADER,
"PI3WEB",
NULL,
NULL,
@ -128,6 +129,7 @@ static zend_module_entry php_pi3web_module = {
NULL,
NULL,
php_info_pi3web,
NULL,
STANDARD_MODULE_PROPERTIES
};