summaryrefslogtreecommitdiff
path: root/sapi/apache
diff options
context:
space:
mode:
authorGeorge Schlossnagle <gschlossnagle@php.net>2003-02-24 01:25:30 +0000
committerGeorge Schlossnagle <gschlossnagle@php.net>2003-02-24 01:25:30 +0000
commite49bc59a79fdaf063e1ba4f6e9321804efb8e876 (patch)
tree7271fad8210c5296b3669a85c1b3e7f85363913b /sapi/apache
parentf5fb75f3903942eb81963eb143105311fd81d706 (diff)
downloadphp-git-e49bc59a79fdaf063e1ba4f6e9321804efb8e876.tar.gz
ws fix
Diffstat (limited to 'sapi/apache')
-rw-r--r--sapi/apache/mod_php4.c8
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
+ */
}
/* }}} */