PHP_Depend-0.9.1 released
Just now I released PHP_Depend 0.9.1, the major feature in this new version is an implementation of the NPath Complexity metric, beside that feature the main focus for this release was on performance improvements of the current implementation.
- Closed #21: Support for the NPath Complexity metric.
- Fixed #78: Parser fails for comment in function signature.
- Closed #79: Token objects instead of arrays.
An additional test concept was introduced with the 0.9.* branch of PHP_Depend. Nightly builds test PHP_Depend against a series of open source projects to detect deadlocks like endless loop or similar issues. This procedure is also used to test each release candidate of PHP_Depend. The tested project are:
You can get the latest PHP_Depend version through its PEAR channel pear.xplib.de or as a subversion checkout of the 0.9.1 tag. Please do not checkout "trunk", it is totally unstable at the moment and I will not provide any support for it.
mapi@arwen ~ $ svn co http://svn.pdepend.org/tags/0.9.1