]> granicus.if.org Git - php/commitdiff
Make sapi_module static. This is was the majority of SAPI modules uses.
authorSascha Schumann <sas@php.net>
Tue, 28 Dec 1999 23:48:39 +0000 (23:48 +0000)
committerSascha Schumann <sas@php.net>
Tue, 28 Dec 1999 23:48:39 +0000 (23:48 +0000)
I wonder how this has worked up to now..

sapi/apache/mod_php4.c

index b8d624eeb9845c3e48d1888f4176975a1517690f..a9ee7bd2ac2ae5f36571a94a03a25659092de64d 100644 (file)
@@ -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 */