The document discusses automatic compatibility checking for PHP 7 using the php7cc and PHPCompatibility tools. It provides an overview of why upgrading to PHP 7 is important for performance, security and new features. It then demonstrates how to use the php7cc and PHPCompatibility tools to identify compatibility issues, including various configuration options. Common issues that can be missed by static analysis like test coverage are also discussed. An analysis of a PHP codebase found errors and warnings using both tools.