Skip to content

Releases: sstalle/php7cc

PHP 7 Compatibility Checker 1.2.1

25 Jul 10:39
Compare
Choose a tag to compare
  • Fixed fatal error when trying to access ContainerBuilder::$outputFormat on PHP 5.3.3

PHP 7 Compatibility Checker 1.2.0

20 Jul 12:49
Compare
Choose a tag to compare
  • Added detection of continue/break outside of loop/switch contexts
  • Added JSON output format, it can be selected using the --output-format (-o) option
  • Fixed some false positives related to yield usage in expression context
  • Fixed false positives for nested by-reference foreach loops wrapped in functions or class methods
  • Fixed function redeclaration false positives when a declaration is wrapped in a function_exists condition
  • Fixed processing of namespaced files starting with shebang

PHP 7 Compatibility Checker 1.1.0

15 May 14:48
Compare
Choose a tag to compare
  • Added warning for setting cookies with empty names
  • Added color differentiation between error messages and warnings
  • Added the --level (-l) option to specify minimum reported issue level
  • Added the --relative-paths (-r) option to output file paths relative to checked directories
  • Added the --integer-size option to specify integer size of the target system
  • Fixed detection of non-lowercase function names

PHP 7 Compatibility Checker 1.0.2

04 Dec 18:07
Compare
Choose a tag to compare
  • Fixed notice in PHP4ConstructorVisitor caused by anonymous classes

PHP 7 Compatibility Checker 1.0.1

03 Oct 13:48
Compare
Choose a tag to compare
  • Fixed ReflectionException in ContainerBuilder::addVisitors on PHP 5.3.3

PHP 7 Compatibility Checker 1.0.0

31 Aug 18:20
Compare
Choose a tag to compare

First stable release