]> granicus.if.org Git - php/commitdiff
- Added missing $Id$ tags and nuked c++ comments
authorJani Taskinen <jani@php.net>
Sun, 3 Aug 2008 11:46:02 +0000 (11:46 +0000)
committerJani Taskinen <jani@php.net>
Sun, 3 Aug 2008 11:46:02 +0000 (11:46 +0000)
sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c

index 7f3cd7ef9b65c231b6fc79c4853b653328796f7c..6ce0b63853a0a2114855277966eac9f00ec6a32c 100644 (file)
@@ -16,6 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id */
 
 #include "php.h"
 #include "SAPI.h"
@@ -804,14 +805,14 @@ zend_function_entry litespeed_functions[] = {
 
 static PHP_MINIT_FUNCTION(litespeed)
 {
-       //REGISTER_INI_ENTRIES();
+       /* REGISTER_INI_ENTRIES(); */
        return SUCCESS;
 }
 
 
 static PHP_MSHUTDOWN_FUNCTION(litespeed)
 {
-       //UNREGISTER_INI_ENTRIES();
+       /* UNREGISTER_INI_ENTRIES(); */
        return SUCCESS;
 }
 
@@ -840,7 +841,7 @@ static int add_associate_array( const char * pKey, int keyLen, const char * pVal
    Fetch all HTTP request headers */
 PHP_FUNCTION(litespeed_request_headers)
 {
-       //TODO:
+       /* TODO: */
        if (ZEND_NUM_ARGS() > 0) {
                WRONG_PARAM_COUNT;
        }
index eac1cd98d78d1aca03ec1ebf2ee6ce78963beb18..85fde4c37b9eb260a08649bd6f19108b3d70694c 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
    +----------------------------------------------------------------------+
    | PHP Version 5                                                        |
@@ -17,6 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id$ */
 
 /*
 Copyright (c) 2007, Lite Speed Technologies Inc.
@@ -50,8 +50,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 */
 
-
-
 #include <lsapilib.h>
 
 #include <ctype.h>
@@ -138,7 +136,7 @@ static const char *HTTP_HEADERS[H_TRANSFER_ENCODING+1] = {
 };
 
 static int HTTP_HEADER_LEN[H_TRANSFER_ENCODING+1] = {
-    6, 14, 15, 15, 13, 10, 12, 14, 6, 7, 4, 6, 7, 10, //user-agent
+    6, 14, 15, 15, 13, 10, 12, 14, 6, 7, 4, 6, 7, 10, /* user-agent */
     13,17, 8, 13, 8, 19, 10, 5, 15, 3, 17
 };