WordPress / servehappy

Information page about PHP versions and updates, to be used through the WordPress.org project.
https://meta.trac.wordpress.org/ticket/2996
GNU General Public License v2.0
53 stars 13 forks source link

A modern version allows using the latest PHP features #9

Open felixarntz opened 6 years ago

felixarntz commented 6 years ago

This is an obvious benefit for developers. Maybe even for site owners, as they can get something out of these benefits too indirectly, but I think it's too abstract to include in the site owner benefits list.

Zodiac1978 commented 6 years ago

Maybe the page could/should list some examples: http://php.net/manual/de/class.messageformatter.php - could be useful for a better/faster way to translate things in WP http://php.net/manual/de/normalizer.normalize.php - could be useful to fix encoding problems. etc.

felixarntz commented 6 years ago

@Zodiac1978 That's a good idea, once we start working on a developer-related version. For now as primary goal however the version for site owners is most important, since they are the majority of WordPress users.

My1 commented 6 years ago

also one pretty important thing that will affect all the users on the site. they can use something WAY better for password hashing, instead of something based on MD5, which is generally a bad Idea