mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
MFB - fix a couple of missing closing folding tags
This commit is contained in:
parent
5c2b048135
commit
a516171dec
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue