The original phpfarm tool by Christian Weiske ( http://cweiske.de/tagebuch/Introducing%20phpfarm.htm ) is very good also. Just a few minutes ago I was able to quickly compile up a version of 5.3.28 (I know! :( ) and write up a quick linting tool around it:


#!/bin/bash
for i in $*
do
/home/kguest/dev/phpfarm/src/php-5.3.28/sapi/cli/php -l $i
done