ID: 48488 Updated by: [email protected] Reported By: dump at lxlabs dot com -Status: Open +Status: Bogus Bug Type: POSIX related Operating System: Linux PHP Version: 5.2.9 New Comment:
setgroups(2) is not Posix function. Previous Comments: ------------------------------------------------------------------------ [2009-06-06 22:10:32] dump at lxlabs dot com Description: ------------ Posix_setgroups function is misssing, even though the posix_getgroups has been implemented. Posix_setgroups is critical for dropping privileges properly. Reproduce code: --------------- <?php posix_setgroups($list); Actual result: -------------- Missing function ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48488&edit=1
