
How can I delete a newer version of PHP while leaving the ... - Reddit
Sep 15, 2022 · 18 votes, 18 comments. While upgrading a Ubuntu server from 18.04 to 20.04, I accidentally added PHP 8.1. Some of the software I use requires PHP…
best PHP book for 2023? : r/PHP - Reddit
Jan 24, 2023 · PHP 8: Objects, Patterns and Practice is the best PHP book I’ve ever read. It came out in 2021, but the stable stuff in 8.1 is all covered. 8.2 brings a couple new improvements, …
Elegant way to avoid undefined array key warning in PHP 8? - Reddit
Dec 20, 2020 · It used to be like that in PHP<=7, but now with PHP 8 it's a full-blown warning and that's more difficult to ignore. It makes the code less readable and filled with ugly "?? null" …
r/PHP on Reddit: Is it worth to go with PHP8 or am I better to stay ...
Jan 19, 2021 · PHP 8 won't be a dramatic improvement for existing code. You should plan a PHP 8 update into your schedule just as routine maintenance but it's nothing to jump on immediately.
Microsoft not going to officially support PHP 8 and beyond?
We currently support PHP with development and build efforts for PHP 7.3, and PHP 7.4. In addition, we help with building PHP 7.2 on Windows when security fixes are required.. …
Any advice on migrating from php5 to php7/8? : r/PHP - Reddit
First, do what you need to do to get your code base to run on the highest version of php 5. Then migrate to php7.0, then to 7.2, then you can go to 7.3 or wait for 7.4. Once you get onto php7 …
PHP update 7.4 => 8.1 : r/NextCloud - Reddit
Jun 5, 2022 · You need to enable php 8.1 for apache as well as install all the necessary php modules.
Resources for PHP 8 on IIS? : r/PHP - Reddit
Mar 24, 2021 · With Microsoft dropping support, are there any resources out there in regards to running PHP 8 on IIS? Specifically, things like installation guides…
Anyone running their site on PHP 8.3? : r/Wordpress - Reddit
Dec 5, 2023 · Overall, less issues than with 8.2 last year, but a lot of plugins will fill debug log with mostly warnings. Right now, WordPress has only preliminary support for PHP 8.3, so I will wait …
WP Site doesn't work with PHP 8.0? : r/Wordpress - Reddit
Sep 10, 2021 · I'm building a website for a client and the PHP version was 7.3. I could choose to upgrade to either 7.4 or 8.0. When I upgraded to 8.0, the website…