staticReflection 0.1.4 released

Today I have released version 0.1.4 of the staticReflection component. This release contains two critical bug fixes.

  • Fixed #5: Filenames not normalized from relative to absolute paths. Fixed in svn revision #259.
  • Fixed #6: Queries do not hold references to previous parsed classes and interfaces. Fixed in svn revision #269.

You can get the latest stable version of the staticReflection component through its PHP_Depend's PEAR channel:

mapi@arwen ~ $ pear channel-discover pear.pdepend.org
mapi@arwen ~ $ pear install pdepend/staticReflection-alpha

or you can download the latest version from the staticReflection svn respository:

mapi@arwen ~ $ svn co http://svn.reflection.pdepend.org/trunk \
                      staticReflection