summaryrefslogtreecommitdiff
path: root/sapi/apache/php_apache.c
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2000-12-10 22:06:07 +0000
committerDaniel Beulshausen <dbeu@php.net>2000-12-10 22:06:07 +0000
commit1f31360f0188d47ca81d8873e2ac6cde2211828b (patch)
treee0a611e449f8ba2645d990614abef4f32eafa1b5 /sapi/apache/php_apache.c
parentec381d949e7555e6307e546a15df484c975a994b (diff)
downloadphp-git-1f31360f0188d47ca81d8873e2ac6cde2211828b.tar.gz
fix windows build
Diffstat (limited to 'sapi/apache/php_apache.c')
-rw-r--r--sapi/apache/php_apache.c2
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"