PHP 5.5 Beta Brings New Accelerator

Written by Michael Larabel in Free Software on 22 March 2013 at 12:44 PM EDT. 12 Comments
FREE SOFTWARE
The first beta of PHP 5.5 was released, which marks the feature freeze for the scripting language. One major feature to PHP 5.5 is the introduction of the Zend Optimizer+ engine.

Zend Optimizer+ is the new opcode cache and optimizer that was open-sourced by Zend Technologies after already being part of their proprietary Zend Server software. Zend Optimizer+ optimizes the PHP bytecode and is able to store pre-compiled bytecode in shared memory. More information on the optimizer is covered by the PHP Wiki.

Also new to PHP 5.5 is an array_column() function, bug-fixes, support for changing the process title in CLI/CLI-Server SAPIs, support for non-scalar iterator keys in foreach loops, and much more.

More details are covered by the PHP 5.5 Beta 1 NEWS file. The next beta is expected in April of PHP 5.5.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week