From: Daniel Beulshausen Date: Sun, 10 Dec 2000 22:06:07 +0000 (+0000) Subject: fix windows build X-Git-Tag: php-4.0.5RC1~940 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f31360f0188d47ca81d8873e2ac6cde2211828b;p=php fix windows build --- 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"