running whoami in php returns : " root "
Are you saying that you typed 'whoami' from a shell, and it gave you root.
Or are you saying that when you did <?php `whoami` ?> you got 'root'. If this is the case, then you are running a big security risk if your PHP scripts are executing with root permissions.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php