Yesterday the PHP team released PHP 7.3.0 for general availability (GA) and marked the third feature update to PHP 7.
You can download the latest version from the official PHP downloads page.
You can also get all the nitty-gritty details about PHP 7.3 by reading the PHP 7 changelog on the official site. While today marks the day of the stable release, you will have to wait a bit longer for the migration guide, which should be available shortly.
If you havent read much on PHP 7.3 yet, here are the highlight features coming to PHP 7.3:
Trailing Commas in function calls
JSON_THROW_ON_ERROR flag for json_encode() and json_decode()
Flexible Heredoc and Nowdoc syntax
An is_countable() function
list() reference assignment .
Besides the flagship PHP 7.3 announcement, December 6th included five total PHP releases: php.net
PHP 5 released!
php.net (@official_php) December 6, 2018
*checks notes*
Sorry, five PHPs released!
5.6.39: https://t.co/xLvzngWtZQ
7.0.33: https://t.co/pnNv2fDRvX
7.1.25: https://t.co/IU3gEvI7Bm
7.2.13: https://t.co/QnLz7OKZO9
7.3.0: https://t.co/bADQw469ED
info and privacy Among the five releases, PHP 5.6.39 and PHP 7.0.33 are both security releases considered to be the last release in their respective branches. You should view these versions as the final releases unless an unforeseen security issue warrants another release. For the latest PHP-releated news consider following @official_php on Twitter and the PHP News Archive.
Be first to comment