Tag Archives: cruisecontrol

phpUnderControl 0.6.0 released

I am pleased to announce that new version of phpUnderControl is out.
You can install it through its pear channel:
proofek@home:~$ sudo pear channel-discover pear.phpundercontrol.org
Adding Channel “pear.phpundercontrol.org” succeeded
Discovery of channel “pear.phpundercontrol.org” succeeded
proofek@home:~$ sudo pear install –alldeps phpuc/phpUnderControl-0.6.0
downloading phpUnderControl-0.6.0.tgz …
Starting to download phpUnderControl-0.6.0.tgz (545,857 bytes)
……………………………………………………………………………………………….done: 545,857 bytes
install ok: channel://pear.phpundercontrol.org/phpUnderControl-0.6.0
or if you already have a previous version simply upgrade:
proofek@home:~$ [...]

Joining phpUnderControl development team

I have been using phpUnderControl for over 2 years now. In fact I still remember the first time I set it up at work. Big times. Now we’ve got nearly hundred (if not over hundred) modules set up which build regularly on a daily basis. To improve the overall experience I’ve enhanced some things and submitted it back to [...]

Integrate PHP_Depend with phpUnderControl

The newest version of phpUnderControl has now basic support for PHP_Depend. With PHPUnit deprecating support for metrics, it’s just about the time to switch. And it’s not as complicated as it might sound.
First of all you need to install PHP_Depend. Using pear it’s the easiest and quickest way to do it. If you haven’t registered [...]