Tag Archives: codesniffer

PHP54Compatibility 0.2 released

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 [...]

PHP 5.4 Compatibility Coding Standard for PHP_CodeSniffer

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 [...]

Sonar for PHP coming

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 [...]

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 [...]