Videos
A pretty interesting performance benchmark of Laravel in different PHP version. I wasn't expecting some of these results!
I did not see that in the release notes, but after brew upgraded PHP from 8.2.x to 8.3.0 my application feels much faster
Hey PHP devs,
I’ve been experimenting with PHP 8.4, and I’m curious to hear your thoughts on the new JIT (Just-In-Time) compilation. It seems like it could be a real performance booster, especially for CPU-heavy tasks.
I’ve noticed some speed improvements in my side projects, but I’m wondering if anyone else has seen similar results. Do you think it’s going to change how we optimize our PHP apps, or is it more of a niche feature?
Would love to hear your experiences!
Hi all, currently I have PHP 7.4.33 installed on my VPS server, and the server itself are very slow but had 1GB of RAM,
I'm kinda worried about the performance of my WP website on it, so I need performance improvement if possible on it.
I'm new to this and this is kind of a silly question but I am curious? What's the benefit of using 8.2 or 8.3 even though newer 8.5 has come out? and Do I have to keep changing my PHP version for my projects as newer version roll out?
Has anyone upgraded to PHP 8.3 and seen performance improvements? I'm curious to see how much improvement real-world apps get. According to these benchmarks they got a 38% improvement in requests/second. https://kinsta.com/blog/php-benchmarks/
With all the buzz about 8.4 is anyone using it in production yet?
Was a long time coming, one of our applications is totally bespoke and we'v been leaving the update way too long owing time etc...
Good golly i'm never going to be sloppy and not declare variables or array indexes every again. I think i changed about 300 files lest the warning logs go into the GBs. Luckily phpcompatibility didn't find much in the way of breaking changes an array implode params the wrong way here or there.
Tests passed, working on test environments, regression testing done for good measure and i'v just deployed to live, yet there is still that feeling of unease on such a bit set of changes.
Did any of you guys face any challenges hoping versions? I want horror so i can sleep easier.
I wrote an article summarizing some of the smaller features and changes coming in PHP 8.5!
The tag exists, but all announcements about PHP 8.4 point to 8.4.1. Was there something wrong with 8.4.0? I cannot find any information.