diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2001-07-09 17:36:04 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2001-07-09 17:36:04 +0000 |
commit | 934e10c7dc797300e5d10ccda4b6c8c43ccc3e8a (patch) | |
tree | fd35cb5cc5674cc4e5f0e56ae0df20e43937a4bf /ext/standard/basic_functions.h | |
parent | 9869ecc9b7e94b1e6b002c40f5e79c101bed8385 (diff) | |
download | php-git-934e10c7dc797300e5d10ccda4b6c8c43ccc3e8a.tar.gz |
Add getmygid() and safe_mode_gid ini directive to allow safe mode to do
a gid check instead of a uid check.
@ - Add getmygid() and safe_mode_gid ini directive to allow safe mode to do
@ a gid check instead of a uid check. (James E. Flemer, Rasmus)
Diffstat (limited to 'ext/standard/basic_functions.h')
-rw-r--r-- | ext/standard/basic_functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index 596829a34f..4179dbd0b7 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -155,6 +155,7 @@ typedef struct { /* pageinfo.c */ long page_uid; + long page_gid; long page_inode; long page_mtime; |