diff options
| author | George Schlossnagle <gschlossnagle@php.net> | 2003-02-24 01:25:30 +0000 |
|---|---|---|
| committer | George Schlossnagle <gschlossnagle@php.net> | 2003-02-24 01:25:30 +0000 |
| commit | e49bc59a79fdaf063e1ba4f6e9321804efb8e876 (patch) | |
| tree | 7271fad8210c5296b3669a85c1b3e7f85363913b /sapi/apache | |
| parent | f5fb75f3903942eb81963eb143105311fd81d706 (diff) | |
| download | php-git-e49bc59a79fdaf063e1ba4f6e9321804efb8e876.tar.gz | |
ws fix
Diffstat (limited to 'sapi/apache')
| -rw-r--r-- | sapi/apache/mod_php4.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index 56aed52748..64e19b4d32 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -302,10 +302,10 @@ static void php_apache_request_shutdown(void *dummy) php_request_shutdown(dummy); } SG(server_context) = NULL; - /* - * The server context (request) is NOT invalid by the time - * run_cleanups() is called - */ + /* + * The server context (request) is NOT invalid by the time + * run_cleanups() is called + */ } /* }}} */ |
