]> granicus.if.org Git - php/commitdiff
ws fix
authorGeorge Schlossnagle <gschlossnagle@php.net>
Mon, 24 Feb 2003 01:25:30 +0000 (01:25 +0000)
committerGeorge Schlossnagle <gschlossnagle@php.net>
Mon, 24 Feb 2003 01:25:30 +0000 (01:25 +0000)
sapi/apache/mod_php4.c

index 56aed527488806ccd5704ee43a08e332900d45ec..64e19b4d328274f5c376792b3d5c8d406b6d0f85 100644 (file)
@@ -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 
+       */
 }
 /* }}} */