mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +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
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue