Null safe, promoted properties, named arguments, mixed/union type, all the goodies! Wrote it before even watching, just from what I use every day
man i love your videos no unnecessary jokes or comment straight to the point
Already on PHP 8, and I love it so much.
Personally using 8 but due (my) to packages in open source, I still have to support from 7.4, also been planning to upgrade to 8.1 when the time comes.
Named arguments sound pretty useful, I often used arrays as arguments for the same reason.
I skipped to PHP 8 after release and just learned new features as I went by, I'm using laragon and recently switched to 8.1(R C 5) after seeing a tweet by Tailor. I have done so many projects in php 8 that I automatically write in PHP 8 syntax.
I've migrated a big application from 7.3 to 7.4, and taken into account the changes to 8.0 as well, wasn't that many. I used phpcompatibility and phpstorm inspect to find all the possible issues and fixed them. Didn't take me more than a couple of days. I've got pretty good coverage with phpunit so getting a stable release was no big deal. The added features is great! Note that the adoption rate may also be inhibited by red hat enterprise, since you need to upgrade the os in order to use newer versions of php with their extnended support.
Nice. Thanks for the update. match would be a time saver!
i switched to mern stack since one year, this brings me years of memories with php
PHP 8 is recent addition, and big projects takes years to build up. Live servers are provisioned with the stack at the project started with, after a while many more projects gets added to the same server. It's not that easy to shift language per project on production as much of a hassle. Dockerizing is not always the luxury.
Using PHP 8 since it was released. Just too much difference between 7.* and 8.0, you also didn't mention performance which is much better comparing to 7.4
the null safe operator by itself is worth upgrading
I still use 7.4 on most of my projects. Has a special place in my heart somehow. 😅
As soon as php8 came out , i used it right away .
wow! match so far is the greatest.
Отличный обзор, спасибо!
Nice, this is great!
Yes, I still use php 7, but thank you for this video.
Thanks for explaining!
@Stoney_Eagle