diff options
Diffstat (limited to 'ext/posix/php_posix.h')
-rw-r--r-- | ext/posix/php_posix.h | 3 |
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); |