summaryrefslogtreecommitdiff
path: root/ext/posix/php_posix.h
diff options
context:
space:
mode:
authorKristian Köhntopp <kk@php.net>2000-07-26 21:25:01 +0000
committerKristian Köhntopp <kk@php.net>2000-07-26 21:25:01 +0000
commit102156298a889c27aaaa11c36d10ba1644fae2e6 (patch)
tree9f5c346508dabc9f1cfdf31dfb11acf7a57b2aa0 /ext/posix/php_posix.h
parentf1f91467fa2e93d8436936aab12bebc140790618 (diff)
downloadphp-git-102156298a889c27aaaa11c36d10ba1644fae2e6.tar.gz
Added seteuid and setegid functions on request by max@valkyrie.sscf.ucsb.edu.
Also fixed the function detection for the HAVE_ functions.
Diffstat (limited to 'ext/posix/php_posix.h')
-rw-r--r--ext/posix/php_posix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/posix/php_posix.h b/ext/posix/php_posix.h
index b10da3c0c4..c3da444cff 100644
--- a/ext/posix/php_posix.h
+++ b/ext/posix/php_posix.h
@@ -52,6 +52,9 @@ PHP_FUNCTION(posix_geteuid);
PHP_FUNCTION(posix_getegid);
PHP_FUNCTION(posix_setuid);
PHP_FUNCTION(posix_setgid);
+PHP_FUNCTION(posix_seteuid);
+PHP_FUNCTION(posix_setegid);
+
PHP_FUNCTION(posix_getgroups);
PHP_FUNCTION(posix_getlogin);