Phpsa Versions Save

Smart/Static Analyzer(sis) for PHP :bowtie::neckbeard:

0.6.2

7 years ago

Path release with bugfixes

33 commits & 90 changed files with 1,063 additions and 228 deletions.

Features:

Core:

  • Added dump-documentation command for analyzers

Compiler:

  • [Compiler] FunctionCall - added forgottent docblock
  • BUGFIX: [Analyzer] DivisionFromZero - check type (fix #249 issue)
  • BUGFIX/Feature: [Compiler] StaticCall - parseArgs to protect unused variables
  • BUGFIX/Feature: [Compiler] Initial implementation for Node\Scalar\Encapsed (refs #280) Verified 795841b

Analyzer:

  • Add SleepUsage analyzer
  • Add UnsafeUnserialize analyzer
  • Add NestedTernary analyzer

Thanks @ddmler @Danny van der Sluijs (@DannyvdSluijs) for contributing and @Kilgaloon for bug reporting/tests

Full diff: https://github.com/ovr/phpsa/compare/0.6.1...0.6.2

0.6.1

7 years ago
  • [Compiler] ContinueSt - fix bug with NS imports for LNumber #366623b9dfd9a17c6ddff10ccc9a7b78ae159565

For more stable release!

0.6.0

7 years ago

This release has 474 commits after 0.5.0

@todo Will be completed

Analyzers:

  • Analyzer return and yield in one method, #185 (original @Lexty, rebased and fixed by @ovr)
  • Move notice line number to correct place (@barroca) #9616e15
  • Modified DoNotUseLabel to accept goto statements as well (@nikhilsaldanha) #4a1bc93

Compiler:

  • Support for Exit_, Isset_, Print_, Coalesce (?? operator), Empty_, Break_, Continue_, Goto, Label, InlineHTML, Nop, Global_, Static_, Declare_, Const_, Eval_, ErrorSuppress and etc (@dmler)
  • Initial TraitDefintion support (@ovr)
  • Fix Bug #107 (@ddmler)

Docs:

  • Fixed grammar mistakes (@ksheps)

Plugins:

  • Integration with CodeClimate (@ovr)

Another:

  • Use caret operator instead of tilde for dependencies (Composer) (@ravage84)

Thanks @ddmler @K-Phoen @nikhilsaldanha @nikolaykovenko @chasingSublimity @Lexty @SidRoberts @ksheps and all another developers

Full diff: https://github.com/ovr/phpsa/compare/0.5.0...0.6.0

IMAGE ALT TEXT HERE

0.5.0

7 years ago

0.4.0

8 years ago

0.3.0

8 years ago

120 commits, https://github.com/ovr/phpsa/compare/0.2.1...0.3.0

  • Many fixes
  • Up code quality
  • Added more tests
  • Start working on Analyzer component

0.2.1

8 years ago
  • Support for PHAR builds #3

0.2

8 years ago

It's needed to upgrade from composer

0.1

8 years ago

It's needed to upgrade from composer

0.0.6

8 years ago

It's needed to upgrade from composer