PHP 7.1 includes several new features and performance improvements. Some key new features are nullable types for typehints, void return types, support for iterable pseudo-types, class constant visibility modifiers, and the ability to catch multiple exception types in a single catch block. PHP 7.1 also provides over a 10% performance improvement compared to previous versions, due to enhancements like type specific opcode handlers and a new type inference system.