diff options
author | Zeev Suraski <zeev@php.net> | 1999-05-09 13:57:09 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-05-09 13:57:09 +0000 |
commit | 60fcac8f2ad94020feea60943b8cb6a4b52a3dc6 (patch) | |
tree | 97009628bf00d7e6161c2852e640c70bae13fc4e /ext/apache | |
parent | 5ba4b3311d90c546f12c13a3136a8d718a7d8d40 (diff) | |
download | php-git-60fcac8f2ad94020feea60943b8cb6a4b52a3dc6.tar.gz |
A few other minor fixes
Diffstat (limited to 'ext/apache')
-rw-r--r-- | ext/apache/apache.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/apache/apache.c b/ext/apache/apache.c index d3a390eba6..b174262060 100644 --- a/ext/apache/apache.c +++ b/ext/apache/apache.c @@ -154,7 +154,8 @@ void php3_apache_note(INTERNAL_FUNCTION_PARAMETERS) } /* }}} */ -void php3_info_apache(ZEND_MODULE_INFO_FUNC_ARGS) { +void php3_info_apache(ZEND_MODULE_INFO_FUNC_ARGS) +{ module *modp = NULL; #if !defined(WIN32) && !defined(WINNT) char name[64]; |