Skip to content

Commit 838a7a9

Browse files
author
Thies C. Arntzen
committed
make it work again
1 parent de8ff31 commit 838a7a9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

sapi/apache/php_apache.c

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,17 @@ static PHP_MSHUTDOWN_FUNCTION(apache)
116116
return SUCCESS;
117117
}
118118

119-
120119
zend_module_entry apache_module_entry = {
121-
"apache", apache_functions, PHP_MINIT(apache), PHP_MSHUTDOWN(apache), NULL, NULL, PHP_MINFO(apache), STANDARD_MODULE_PROPERTIES
120+
STANDARD_MODULE_HEADER,
121+
"apache",
122+
apache_functions,
123+
PHP_MINIT(apache),
124+
PHP_MSHUTDOWN(apache),
125+
NULL,
126+
NULL,
127+
PHP_MINFO(apache),
128+
NO_VERSION_YET,
129+
STANDARD_MODULE_PROPERTIES
122130
};
123131

124132
/* {{{ proto string child_terminate()

0 commit comments

Comments
 (0)