Posted by proofek on March 6, 2012
Last night I have merged in a few pull requests adding additional sniffs to the existing collection and packaged it all. List of all supported checks is in the README file. Check the repository on github to see it. Big thanks go to Laura Beth, Nathaniel McHugh and Ben Selby for all the contributions. I have [...]
Posted by proofek on March 2, 2012
So with PHP 5.3 upgrade underway (and PHP 5.4 out of the door now!) I thought it’s time to prepare for PHP 5.4 and make sure we’re compatible. So by looking at Wim Godden’s PHP53Compatibility code sniffs I have created a base for PHP 5.4 sniffs that we want to use to make sure we’re [...]
Posted by proofek on November 22, 2010
I have received a lot of positive feedback after my The Journey towards Continuous Integration talk at PHP NW 2010 conference. It seems that a lot of people have found it both interesting and inspiring. I am really glad. After the talk many people asked me about Sonar which I briefly mentioned and were eager [...]
Posted by proofek on August 10, 2010
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 [...]