Releases: sstalle/php7cc
Releases · sstalle/php7cc
PHP 7 Compatibility Checker 1.2.1
PHP 7 Compatibility Checker 1.2.0
- 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
- 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
- Fixed notice in
PHP4ConstructorVisitor
caused by anonymous classes
PHP 7 Compatibility Checker 1.0.1
- Fixed
ReflectionException
inContainerBuilder::addVisitors
on PHP 5.3.3
PHP 7 Compatibility Checker 1.0.0
First stable release