here's a fairly good git resource for you guys to have a crack at: http://progit.org/book/...
PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards. phpmd scans PHP source code and looks for potential problems such as possible bugs, suboptimal code or overcomplicated expressions. phpcpd...
In Ubuntu 9.04 I found I could install it using $ sudo aptitude install phpunit but that seems to bring a very old version of PHPUnit. In order to use PEAR first I had to install the command line tool using $ sudo aptitude install php-pear Then I fo...
So I had set up my gateway with ubuntu and install all the apache, mysql, memcache and php stuff. But Php 5.3.0 is so fresh and so new that it wasn’t part of the apt-get install php5 so I had to uninstall php and compile it myself. Granted this was ...