mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
- Fix defines
This commit is contained in:
parent
bd9cf79efb
commit
a19078870e
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user