RE: Servers 101: Setting up a Web Server part 1

You are viewing a single comment's thread from:

Servers 101: Setting up a Web Server part 1

in tutorial •  8 years ago 

doesn't using PHP 7.1 on Debian increase insecurity which is why without personal repositories you can only install PHP 7??

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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.