diff options
| author | Sascha Schumann <sas@php.net> | 1999-12-28 23:48:39 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-12-28 23:48:39 +0000 |
| commit | eb0971609bd9c945db399ddce01881529ce9fc9f (patch) | |
| tree | 467e558d93d20311c8fec049234d45b43e41c3af /sapi/apache/mod_php4.c | |
| parent | aec0bb339b439a41cc0ac0db06a609b28ad32a7e (diff) | |
| download | php-git-eb0971609bd9c945db399ddce01881529ce9fc9f.tar.gz | |
Make sapi_module static. This is was the majority of SAPI modules uses.
I wonder how this has worked up to now..
Diffstat (limited to 'sapi/apache/mod_php4.c')
| -rw-r--r-- | sapi/apache/mod_php4.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
