Question
How to update PHP on my LEMP stack droplet (ubuntu)?
I have a LEMP stack droplet, but I guess DO uses custom versioning or something since php -v returns a message that I don’t have php. I do have it though, its just version 5.5.9 and I’d need at least 5.6 or later.
How could I update php to the latest stable version, or at least to 5.6, without breaking existing stuff on my droplet?
Many thanks
apt-get upgrade does for the reason above
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×