PHP 7.2 and 7.3 Highlights
Having recently researched migrating off of Mcrypt, I’m looking forward to seeing a codebase I work on make the leap from PHP 7.1 to 7.3. With large codebases like this one, upgrades can be a bit of a slog, so I find it helps to get excited about the benefits and changes that they bring. Here are some highlights that I’m personally looking forward to in the jump from 7.1 to 7.3!
You can of course read about all the changes in 7.2 and 7.3 in the PHP docs.
More…