Hello, I’m very very new to web development and computing world and I’ve got a very basic question. I need to create a web app which supports login with Facebook. In order to do that, I need to use php. Although, Facebook api need php5.4+ How do I know which version of php is supported from my server? Besides, If it’s not 5.4+ how do I update it?
Thanks a lot for your support.
Greets,
Giacomo
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Here’s a quick cheat sheet that shows the base versions of PHP offered in some major distros:
If you need a more recent version, there are a number of third party repositories that offer them. For instance, these articles will walk you through upgrading to PHP 7 on Ubuntu 14.04 and CentOS 7:
RE: “How do I know which PHP version I’m using?”
When logged in to the server
will show you the PHP version information