summaryrefslogtreecommitdiff
path: root/ext/standard/pageinfo.h
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2001-07-09 17:36:04 +0000
committerRasmus Lerdorf <rasmus@php.net>2001-07-09 17:36:04 +0000
commit934e10c7dc797300e5d10ccda4b6c8c43ccc3e8a (patch)
treefd35cb5cc5674cc4e5f0e56ae0df20e43937a4bf /ext/standard/pageinfo.h
parent9869ecc9b7e94b1e6b002c40f5e79c101bed8385 (diff)
downloadphp-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/pageinfo.h')
-rw-r--r--ext/standard/pageinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/pageinfo.h b/ext/standard/pageinfo.h
index 79d27aa5f1..89d3e08051 100644
--- a/ext/standard/pageinfo.h
+++ b/ext/standard/pageinfo.h
@@ -22,10 +22,12 @@
#define PAGEINFO_H
PHP_FUNCTION(getmyuid);
+PHP_FUNCTION(getmygid);
PHP_FUNCTION(getmypid);
PHP_FUNCTION(getmyinode);
PHP_FUNCTION(getlastmod);
extern long php_getuid(void);
+extern long php_getgid(void);
#endif