From: George Schlossnagle Date: Mon, 24 Feb 2003 01:25:30 +0000 (+0000) Subject: ws fix X-Git-Tag: RELEASE_0_5~801 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e49bc59a79fdaf063e1ba4f6e9321804efb8e876;p=php ws fix --- 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 + */ } /* }}} */