]> granicus.if.org Git - php/commitdiff
MFB - fix a couple of missing closing folding tags
authorRasmus Lerdorf <rasmus@php.net>
Tue, 3 Jun 2003 05:44:17 +0000 (05:44 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 3 Jun 2003 05:44:17 +0000 (05:44 +0000)
sapi/apache/mod_php5.c

index 6a32db9e07fa28c15d2713af708bed643aab615a..020aafdcdc785111ff97a07b88793cc84ce58d69 100644 (file)
@@ -381,6 +381,7 @@ static int sapi_apache_force_http_10(TSRMLS_D)
        
        return SUCCESS;
 }
+/* }}} */
 
 /* {{{ sapi_apache_get_target_uid
  */
@@ -389,6 +390,7 @@ static int sapi_apache_get_target_uid(uid_t *obj TSRMLS_DC)
        *obj = ap_user_id;
        return SUCCESS;
 }
+/* }}} */
 
 /* {{{ sapi_apache_get_target_gid
  */
@@ -397,6 +399,7 @@ static int sapi_apache_get_target_gid(gid_t *obj TSRMLS_DC)
        *obj = ap_group_id;
        return SUCCESS;
 }
+/* }}} */
 
 /* {{{ sapi_module_struct apache_sapi_module
  */