phpfarm, the tool that lets you install multiple PHP versions beside each other, finally got a proper project page on SourceForge.
By moving from svn.php.net to SF, phpfarm got a nice git repository, a wiki and a ticketing system.
It also has a Phing build file now which generates and uploads release files, so people don't have to install git to get phpfarm.
Changes in 0.1.0
To celebrate the new home, I officially released phpfarm version 0.1.0. It fixes the following issues:
Getting phpfarm from Git
Just because you can download releases now doesn't mean you should not use the git repository directly:
$ git clone git://git.code.sf.net/p/phpfarm/code phpfarm $ cd phpfarm/src/ $ ./compile.sh 5.3.8 $ ../inst/bin/php-5.3.8 --version PHP 5.3.8 (cli) (built: Sep 03 2011 00:05:23) (DEBUG) Copyright (c) 1997-2011 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies