PHP 7.3 Alpha Released With New Features

Written by Michael Larabel in Free Software on 7 June 2018 at 04:40 PM EDT. 16 Comments
FREE SOFTWARE
PHP 7.3 Alpha 1 is available today as the PHP developers kick off their next release cycle for getting this next version of PHP7 out by the end of 2018.

PHP developers plan on at least three alphas and three betas to get through August and then at least six release candidates happening every two weeks. After that all happens, PHP developers feel PHP 7.3.0 should be ready for release by the end of November.

In digging through the NEWS work-in-progress change-log, the highlights that caught my attention at this stage of development are:

- A net_get_interfaces() function to enumerate network adapters cross platforms.

- An is_countable() function was added.

- Dropped support for BeOS.

- Support for references in list() and array destructing.

- WebP support within GD's imagecreatefromstring().

- Updating against libsqlite 3.24.

- Improved PHP garbage collection.

- A wide variety of bug fixes.

More details on PHP 7.3 Alpha 1 are available from PHP.net.
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