From eb0971609bd9c945db399ddce01881529ce9fc9f Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 28 Dec 1999 23:48:39 +0000 Subject: [PATCH] Make sapi_module static. This is was the majority of SAPI modules uses. I wonder how this has worked up to now.. --- sapi/apache/mod_php4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index b8d624eeb9..a9ee7bd2ac 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -211,7 +211,7 @@ int sapi_apache_send_headers(sapi_headers_struct *sapi_headers SLS_DC) } -sapi_module_struct sapi_module = { +static sapi_module_struct sapi_module = { "Apache", /* name */ php_module_startup, /* startup */ -- 2.40.0