From: Derick Rethans Date: Wed, 10 Apr 2002 06:22:42 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.2.0RC3~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5e60437a0388ec5fd459c5f411c5c124f1f7970;p=php MFH --- diff --git a/ext/posix/posix.c b/ext/posix/posix.c index 81ea571c3a..567c9551b2 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -63,12 +63,12 @@ function_entry posix_functions[] = { #ifdef HAVE_SETEUID PHP_FE(posix_seteuid, NULL) #endif -#ifdef HAVE_SETEGID PHP_FE(posix_getgid, NULL) -#endif PHP_FE(posix_setgid, NULL) PHP_FE(posix_getegid, NULL) +#ifdef HAVE_SETEGID PHP_FE(posix_setegid, NULL) +#endif PHP_FE(posix_getgroups, NULL) PHP_FE(posix_getlogin, NULL)