PHP Core Roundup 10

Marcos Marcolin • March 6, 2023 • 2 min read

php phpfoundation opensource php-core-roundup

In February, work kept moving forward with several RFCs under discussion, improvements, security releases for older versions, etc. Below, I've highlighted a few topics:

RFCs

Under vote:

Partially accepted:

Implemented:

Mailing list

Several topics were discussed, among them:

<?php

int $number = 10;
$value = 'foo'; // TypeError

Personally, I really like this one, as it makes data typing safer and less prone to inconsistencies.

To check out everything new this month, click here.


This month, in particular, I had two humble PRs accepted into the Core (they're listed in the official post). I'm getting involved little by little, in my free time, which isn't much.

I feel a real sense of gratitude, being able to give a little back to #PHP and the language's community for the achievements I've had, using it as my main tool. Plus, of course, learning something new. 🙂

Share: