PHP 5.6 Is Taking Shape With New Features

Written by Michael Larabel in Free Software on 20 December 2013 at 05:35 PM EST. 2 Comments
FREE SOFTWARE
There's been a lot of Git activity around PHP 5.6 recently and we have an idea for the changes and new features to be found in this next major release of the PHP interpreter.

Among the changes found right now for PHP 5.6 include support for new MIME types in the built-in command-line web-server, internal operator overloading support, support for uploads greater than 2GB, reduced _POST data memory usage by 200~300%, dedicated syntax for variadic functions, improved multi-threaded scalability, and constant scalar expressions.

Details on the PHP 5.6 variadic functions can be found via this Wiki page and the constant scalar expressions can be found via this web-page. The improved multi-threaded scalability come via using emalloc, efree, and estrdup.

Some of the non-core PHP 5.6 changes worth noting include support for the CryptoPro S-box GOST hash algorithm within the PHP hashing component, new optimizations inside OPcache, certificate fingerprint support inside the OpenSSL component, session improvements, and many other changes.

More details on the committed changes for PHP 5.6 can be found via the NEWS file in Git. Expect the official PHP 5.6 release within the next few months (at the time of posting I have yet to see a firm release plan).
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