doesn't using PHP 7.1 on Debian increase insecurity which is why without personal repositories you can only install PHP 7??
You are viewing a single comment's thread from:
doesn't using PHP 7.1 on Debian increase insecurity which is why without personal repositories you can only install PHP 7??
If the personal repository is trusted, you have no problems using them. But security is all about tradeoffs. If the older packages available from the default repositories are full of bugs, it's almost all of the time advisable to install updated packages from either third-party repositories (after doing some personal research of course), or to compile them yourself.
awesome thanks.