[ANNOUNCEMENT] PHP_CodeSniffer-1.5.0RC1 (beta) Released.

[email protected] ("PEAR Announce")
Newsgroups php.pear.general
Message-ID <[email protected]>
The new PEAR package PHP_CodeSniffer-1.5.0RC1 (beta) has been released at http://pear.php.net/.

Release notes
-------------
- Reports have been completely rewritten to consume far less memory
  -- Each report is incrementally written to the file system during a run and then printed out when the run ends
  -- There is no longer a need to keep the list of errors and warnings in memory during a run
- Multi-file sniff support has been removed because they are too memory intensive
  -- If you have a custom multi-file sniff, you can convert it into a standard sniff quite easily
  -- See CodeSniffer/Standards/Generic/Sniffs/Classes/DuplicateClassNameSniff.php for an example

Package Info
------------
PHP_CodeSniffer is a PHP5 script that tokenises PHP, JavaScript and CSS files to detect violations of a defined coding standard. It is an essential development tool that ensures your code remains clean and consistent. It can also help prevent some common semantic errors made by developers.

Related Links
-------------
Package home: http://pear.php.net/package/PHP_CodeSniffer
   Changelog: http://pear.php.net/package/PHP_CodeSniffer/download/1.5.0RC1
    Download: http://download.pear.php.net/package/PHP_CodeSniffer-1.5.0RC1.tgz

Authors
-------
Greg Sherwood (lead)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.