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