PHP 7 provides major improvements to PHP's internals including full 64-bit support, a new optimized memory management system, and redesigned structures and execution engine. These changes make PHP 7 at least twice as fast and half as memory intensive as PHP 5.6 based on benchmarks. The improvements are due to optimizations that reduce CPU cache misses and improve data locality. PHP 7 is now ready for production use.