From: Rasmus Lerdorf Date: Tue, 3 Jun 2003 05:41:49 +0000 (+0000) Subject: Fix a couple of closing folding tags X-Git-Tag: php-4.3.3RC1~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28f4501f0a3bc67b1a56f81060d71f22e1821fb4;p=php Fix a couple of closing folding tags --- diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index a0cbee47fd..8c6a4e2b0f 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -380,6 +380,7 @@ static int sapi_apache_force_http_10(TSRMLS_D) return SUCCESS; } +/* }}} */ /* {{{ sapi_apache_get_target_uid */ @@ -388,6 +389,7 @@ static int sapi_apache_get_target_uid(uid_t *obj TSRMLS_DC) *obj = ap_user_id; return SUCCESS; } +/* }}} */ /* {{{ sapi_apache_get_target_gid */ @@ -396,6 +398,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 */