(Krzysztof Kowalczyk krzysztofk@pobox.com): Apologies if this is something obvious.
I tried to install the latest CVS phase3 code on RH Linux 7.2, MySQL 3.23.54, PHP 4.3.1. I got the following error when running "php install.php":
Thanks for the report--yes, that's a bug. The original encryptPassword() function was static, but the recent change to add a salt to the encryption used a non-static function. I'm not sure why the install script has been working for me, but at any rate I'll fix it right away.