PHP_Depend-0.9.8 released
Today I released PHP_Depend 0.9.8, which contains many bug fixes and improvements. This release will be the base version for a new tool called PHPMD. PHPMD is a frontend that reports critical and suspect software artifacts in a project, based on the metrics measured with PHP_Depend. It aims to be a PHP equivalent to the well known java tool PMD.
- Closed #93: Implement an assignment expression, Implemented in svn revision #992.
- Fixed #94: Parser throws exception for closures that return by reference, fixed in svn revision #962.
- Fixed #98: Functions with an invalid signature result in an inconsistent object graph, fixed in svn revision #986.
- Fixed #102: Namespace keyword in type-hint is broken, fixed in svn revision #1010.
- Fixed #103: The parser does not handle all strings as parameter default value correct, fixed in svn revision #1009.
You can get the latest PHP_Depend version from its PEAR channel: pear.pdepend.org
mapi@arwen ~ $ pear channel-discover pear.pdepend.org
mapi@arwen ~ $ pear install pdepend/PHP_Depend-beta