This error is still present in the 2.1 release.
Using the latest git I now get this on startup
Code:dean@linux:~/Desktop/phoronix-test-suite> ./phoronix-test-suite benchmark universe PHP Fatal error: Call to undefined function posix_getpwuid() in /home/dean/Desktop/phoronix-test-suite/pts-core/functions/pts-functions_linux.php on line 15 PHP Fatal error: Call to undefined function posix_getpwuid() in /home/dean/Desktop/phoronix-test-suite/pts-core/functions/pts-functions_linux.php on line 15 dean@linux:~/Desktop/phoronix-test-suite>
This error is still present in the 2.1 release.
Which is odd since that function is part of PHP 4/5:
http://us.php.net/posix_getpwuid
Hmmm