]> granicus.if.org Git - php/commitdiff
fix C++ comments
authorAntony Dovgal <tony2001@php.net>
Fri, 22 Apr 2005 09:14:34 +0000 (09:14 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 22 Apr 2005 09:14:34 +0000 (09:14 +0000)
ext/com_dotnet/com_extension.c
sapi/apache_hooks/mod_php5.c
sapi/caudium/caudium.c

index c4679a82eecf110929052382e8f89c9496f80d7e..bcd2e609fabb5ea30d68794f50efb54159c63cde 100644 (file)
@@ -194,12 +194,12 @@ PHP_MINIT_FUNCTION(com_dotnet)
        INIT_CLASS_ENTRY(ce, "com_exception", NULL);
        php_com_exception_class_entry = zend_register_internal_class_ex(&ce, zend_exception_get_default(), NULL TSRMLS_CC);
        php_com_exception_class_entry->ce_flags |= ZEND_ACC_FINAL;
-//     php_com_exception_class_entry->constructor->common.fn_flags |= ZEND_ACC_PROTECTED;
+/*     php_com_exception_class_entry->constructor->common.fn_flags |= ZEND_ACC_PROTECTED; */
 
        INIT_CLASS_ENTRY(ce, "com_safearray_proxy", NULL);
        php_com_saproxy_class_entry = zend_register_internal_class(&ce TSRMLS_CC);
        php_com_saproxy_class_entry->ce_flags |= ZEND_ACC_FINAL;
-//     php_com_saproxy_class_entry->constructor->common.fn_flags |= ZEND_ACC_PROTECTED;
+/*     php_com_saproxy_class_entry->constructor->common.fn_flags |= ZEND_ACC_PROTECTED; */
        php_com_saproxy_class_entry->get_iterator = php_com_saproxy_iter_get;
        
        INIT_CLASS_ENTRY(ce, "variant", NULL);
index 516a465c2bb92369505aa7bf35b3171f8d14fd42..7b916d7e389d94d0548d818d11f1f519ddb1ab59 100644 (file)
@@ -95,7 +95,7 @@ static CONST_PREFIX char *php_apache_admin_flag_handler(cmd_parms *cmd, php_per_
 module MODULE_VAR_EXPORT php5_module;
 
 int saved_umask;
-//static int setup_env = 0;
+/* static int setup_env = 0; */
 static unsigned char apache_php_initialized;
 
 typedef struct _php_per_dir_entry {
index 68ba73b60e0b5ca3e44a0d1c1d8afd8df234c2ba..95e23276363b227cdba97c4b6056170f5d312177 100644 (file)
@@ -287,7 +287,7 @@ php_caudium_set_header(char *header_name, char *value, char *p)
   struct svalue *s_headermap, *soldval;
   int vallen;
   GET_THIS();
-  //  hval = make_shared_string(value);
+  /*  hval = make_shared_string(value); */
   ind = make_shared_string(" _headers");
   hind = make_shared_binary_string(header_name,
                                   (int)(p - header_name));
@@ -596,7 +596,7 @@ static void php_caudium_module_main(php_caudium_request *ureq)
   Pike_interpreter.recoveries = NULL;
   call_c_initializers(Pike_interpreter.thread_id);
   state->id=th_self();
-  //  SWAP_OUT_THREAD(OBJ2THREAD(Pike_interpreter.thread_id));
+  /*  SWAP_OUT_THREAD(OBJ2THREAD(Pike_interpreter.thread_id)); */
   num_threads++;
   thread_table_insert(Pike_interpreter.thread_id);
   state->status=THREAD_RUNNING;