From e49bc59a79fdaf063e1ba4f6e9321804efb8e876 Mon Sep 17 00:00:00 2001 From: George Schlossnagle Date: Mon, 24 Feb 2003 01:25:30 +0000 Subject: [PATCH] ws fix --- sapi/apache/mod_php4.c | 8 ++++---- 1 file 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 + */ } /* }}} */ -- 2.50.1