Skip to content

Instantly share code, notes, and snippets.

@harikt
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harikt/d3d48b75dff4502d3ea1 to your computer and use it in GitHub Desktop.
Save harikt/d3d48b75dff4502d3ea1 to your computer and use it in GitHub Desktop.

Hey,

Nice write up. If the applications can work on 5.3, there will not be much problems to upgrade to the latest versions of PHP.

May be all library owners should consider upgrading the php versions of libraries and force people to update the apps to latest versions. Then there is a question of how to overcome the legacy applications. We should provide an alternative library which works with the latest version.

Eg : we have password_ functions for less than 5.5. Like that we should replace other functions which can make use of the 5.5 functionality .

Thoughts ?

@iansltx
Copy link

iansltx commented Feb 10, 2015

Fair point. So there's a bit of a need for "reverse polyfills" in some codebases.

Question is where the biggest use of deprecated/removed functions is. My bet is actually on mysql_*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment