PHP Enums Just Landed in PHP 8.1
Voting for the PHP Enums RFC have just ended today with 44 Yes and & No, So Enumerations will be finally part of the next PHP 8.1. PHP Enumerations RFC was...
PHP RFC: Short Functions
Short lambdas / arrow functions offer a convenient, compact way to write simple closures as a single expression. This RFC offers the same convenience for named functions and methods that are simple return...
PHP Fibers, the New Controversial PHP 8.1 Feature Not For You !
A new PHP Fibers RFC is actually in voting process in the PHP internals, written by Aaron Piotrowski and Niklas Keller. The new feature will provide high level concurrency support to...
New in initializers PHP RFC proposal headway into PHP 8.1
Nikita Popov have just written an RFC proposal to introduce New in initializers in PHP 8.1. The RFC proposes to allow use of new expressions inside initializer expressions, including for property and parameter default...
Array unpacking with string keys PHP RFC Accepted
This is the fourth RFC accepted for PHP 8.1, related to array unpacking with string keys. Previously if you unpacked an array with ...$array a fatal error would occur when one of the...
Numeric Literal Separator is Officially Coming to PHP 7.4
The numeric literal separator will be finally added to PHP 7.4, after that RFC vote finished on 13th June with 33 Yes against 11 No. The new RFC succeeded to make...































