Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Remi Collet:
PHP extensions status with upcoming PHP 7.3
Jul 05, 2018 @ 17:22:19

With each new major version of the PHP language comes a long list of changes. Along with these changes can come breakage with software that's not a direct part of the PHP core (or extensions). In this post to his site Remi Collet lists out a large number of the more popular PHP extensions and, along with the specific version numbers, breaks down which will work and which won't.

He actually has three lists: "compatible", "work in progress" and "not compatible for now". Fortunately, the "compatible" list is the longest and includes:

There's also a pretty sizable list for the "work in progress" category, most of which are already in the "fixed upstream" category or have pull requests waiting for review to fix issues that were found. Most of the items in the "not compatible" list are either projects that are out of date or have moved away from the PECL extension approach to something more based in user-land code.

tagged: extension php73 compatibility list fixed pending wontfix

Link: https://blog.remirepo.net/post/2018/07/02/PHP-extensions-status-with-upcoming-PHP-7.3

Loosely Coupled Podcast:
Episode 22: Resolution Won't Fix
Jun 16, 2015 @ 17:22:08

The most recent episode of the Loosely Coupled podcast, with hosts and PHP community members Jeff Carouth and Matt Frost, has been posted: Episode #22 - Resolution Won't Fix.

In this episode Jeff and Matt talk about a very important skill all developers need to learn: how to say no. Saying no is pretty easy but there are ways to appropriately convey the reason why doing what is being asked is not a good idea.

You can listen to this latest episode either using the in-page audio player, by downloading the episode or you can subscribe to their feed to get the latest as they're released. Also, be sure to follow them on Twitter too!

tagged: looselycoupled podcast wontfix jeffcarouth mattfrost ep22 no

Link: http://looselycoupled.info/blog/2015/06/13/episode-22-resolution-wont-fix/


Trending Topics: