summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2003-06-03 05:44:17 +0000
committerRasmus Lerdorf <rasmus@php.net>2003-06-03 05:44:17 +0000
commita516171decc62a433d56648e27dfc659f8f481e5 (patch)
treeed3e0c41b21bfb4d4e125f6ed15c0794bdb67553 /sapi
parent5c2b048135c2fe6a9bc1439d3e7f5b0eca84fd46 (diff)
downloadphp-git-a516171decc62a433d56648e27dfc659f8f481e5.tar.gz
MFB - fix a couple of missing closing folding tags
Diffstat (limited to 'sapi')
-rw-r--r--sapi/apache/mod_php5.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sapi/apache/mod_php5.c b/sapi/apache/mod_php5.c
index 6a32db9e07..020aafdcdc 100644
--- a/sapi/apache/mod_php5.c
+++ b/sapi/apache/mod_php5.c
@@ -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
*/