mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
* fix module struct in rest of sapi modules
This commit is contained in:
parent
838a7a9566
commit
0cee8df65e
6 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue