From 102156298a889c27aaaa11c36d10ba1644fae2e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20K=C3=B6hntopp?= Date: Wed, 26 Jul 2000 21:25:01 +0000 Subject: Added seteuid and setegid functions on request by max@valkyrie.sscf.ucsb.edu. Also fixed the function detection for the HAVE_ functions. --- ext/posix/php_posix.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/posix/php_posix.h') 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); -- cgit v1.2.1