This is a really great development for PHP. A bit more background on this for those not familiar with Zend Optimizer+ and PHP. Zend Optimizer+ is an opcode cache, and using an opcode cache greatly improves the performance of PHP. The improvement is so significant, that it's generally not practical to run PHP without using an opcode cache.<p>Despite an opcode cache generally being necessary to use PHP at scale, one has never been included in the core distribution. There has often been discussion about including APC (another opcode cache) in the core. A suggestion [1] to ship APC with PHP 5.5 was proposed recently, and after some discussion, an alternative was proposed [2]: Zend would open source Zend Optimizer+, and it would be included in PHP 5.5.<p>No definite decision has been made yet on whether Zend Optimizer+ will make it into 5.5 (or the next release), but the consensus so far seems to be that it will. For more information, see <a href="https://wiki.php.net/rfc/optimizerplus" rel="nofollow">https://wiki.php.net/rfc/optimizerplus</a><p>[1] <a href="http://marc.info/?l=php-internals&m=135909498705904&w=2" rel="nofollow">http://marc.info/?l=php-internals&m=135909498705904&...</a><p>[2] <a href="http://marc.info/?l=php-internals&m=135913119321197&w=2" rel="nofollow">http://marc.info/?l=php-internals&m=135913119321197&...</a>