Jump to content

Why is PHP so annoying?


Recommended Posts

PHP is not designed to be backwards compatible between major versions, and even minor versions in some cases.

If an application was written for 5.6, the likelihood it'll run on 7 or 8 is nearly zero. A 7.1 app may run on 7.2 or 7.3, but not always,  and it's not likely to work on 8.x.

This is the reason we offer so many versions of PHP. I still use tons of stuff that runs on 5.6 myself...

Link to comment
Share on other sites

1 hour ago, wolstech said:

PHP is not designed to be backwards compatible between major versions, and even minor versions in some cases.

If an application was written for 5.6, the likelihood it'll run on 7 or 8 is nearly zero. A 7.1 app may run on 7.2 or 7.3, but not always,  and it's not likely to work on 8.x.

This is the reason we offer so many versions of PHP. I still use tons of stuff that runs on 5.6 myself...

yeah, like basically  all my sites use php 7.2

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...