diff options
author | Daniel Beulshausen <dbeu@php.net> | 2000-12-10 22:06:07 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2000-12-10 22:06:07 +0000 |
commit | 1f31360f0188d47ca81d8873e2ac6cde2211828b (patch) | |
tree | e0a611e449f8ba2645d990614abef4f32eafa1b5 /sapi/apache/php_apache.c | |
parent | ec381d949e7555e6307e546a15df484c975a994b (diff) | |
download | php-git-1f31360f0188d47ca81d8873e2ac6cde2211828b.tar.gz |
fix windows build
Diffstat (limited to 'sapi/apache/php_apache.c')
-rw-r--r-- | sapi/apache/php_apache.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index efa9a07afa..3ca88f1dc7 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -45,6 +45,8 @@ #include "php_apache_http.h" #include "http_request.h" +static int php_apache_info_id; + #ifdef PHP_WIN32 #include "zend.h" #include "ap_compat.h" |