add new method isNamespaceWarning() that allow to know if PHP platform is PHP 5.2 and source code scanned included namespace syntax
refactoring the documentation build phing script (split generic and specific code)
none
throws a runtime exception when data source filename does not exists
detect function with ampersand in front of their name (thanks to Stefan Neufeind)
detect function signature with array as type-hint in parameters list (thanks to Stefan Neufeind)
none
wrong namespace used for class when importing other namespaces
none
avoid conflict between use when importing namespace and solve conflicts in trait class usage
improved namespaces support with imports (Aliasing/Importing). See new example 3 in Configure Properties section of the User Guide.
both PDF A4 and US doc format are now available to download
none
additionnal TRAIT support (PHP 5.4.0 feature) with magic constant --TRAIT--
EPUB doc format is now available to download
none
add TRAIT support (PHP 5.4.0 feature)
refactoring of getArguments() method introduced in previous version 1.1.0
none
PHP_Reflect_Token_FUNCTION::getArguments() return values changed : see examples/scanFunctionArguments.php and User Guide Configure/Properties section (example 2). Thanks to Stefan Neufeind for its patch/proposal.
add test suite for issues reported
upgrades build phing xml file : use latest asciidoc version (8.6.6)
none
none
trimmed whitespace on PHP_Reflect_Token_FUNCTION::getSignature() method
replace missing AllTests.php script to launch all tests at once by configuration file phpunit.xml
Signature truncated on methods with array as defaultvalue (issue #1)
WARNING: Autoloader is no more loaded by default.
add AllTests.php script to launch all tests at once.
add source documentation that can be build with AsciiDoc (see docs/README.txt)
none
no changes since version 0.7.0
none
adds globals variable support
typo errors on IncludeTest.php file about method covers; allow to use --coverage phpunit feature
enhance namespaces support
two tests condition in abstract class PHP_Reflect_TokenWithScope, getEndTokenId() method
PEAR dependency decreased from 1.9.2 to 1.9.0 to allow EPEL repository packaging
when a namespace is active, keep it as current context
adds full support for Namespace with PHP 5.3.0 or greater
adds total of lines, code lines and no code lines
none
adds an independant autoloader function
none
none
getIncludes method introduced dupplicated values with PHP_CompatInfo 2
improved options handler
getDocblock method accept more than just phpdoc comment style
add docblock in each test units
change base install directory
First public release