PHP RFC

Array unpacking with string keys PHP RFC Accepted

0
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...

PHP RFC: Short Functions

0
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 RFC Accepted: Shorter Attribute Syntax Change

0
Benjamin Eberlei announced today the last vote for PHP 8 is now closed, a bit later than the official feature freeze because of an exception made by the RMs. The syntax...

PHP RFC Accepted : Implement new DOM Living Standard APIs in ext/dom

0
Working with XML (HTML) documents is a necessary task for many web applications and the dom extension implements a standardized API that was previously specified by a w3 group into 3...

Numeric Literal Separator is Officially Coming to PHP 7.4

0
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...

Preloading RFC Merged in PHP 7.4

0
The Include of preloading ability into PHP-7.4 have been unanimously approved by the PHP team. This proposal; inspired by the "Class Data Sharing" technology designed for Java HotSpot VM; aims to...

Social Media

1,076FansLike
1,385FollowersFollow
2,647FollowersFollow
9SubscribersSubscribe

Latest articles

Get Started with Laravel Volt: A Free Full Stack Laravel App...

0
Laravel Volt is an admin dashboard template that offers a comprehensive design and development toolbox for personal and commercial projects. It comes with handcrafted...