* 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

@ -246,6 +246,7 @@ static function_entry aolserver_functions[] = {
};
static zend_module_entry php_aolserver_module = {
STANDARD_MODULE_HEADER,
"AOLserver",
aolserver_functions,
NULL,
@ -253,6 +254,7 @@ static zend_module_entry php_aolserver_module = {
NULL,
NULL,
php_info_aolserver,
NULL,
STANDARD_MODULE_PROPERTIES
};