Don’t forget to install CURL after installing PHP. The Symfony PHP framework needs it, WordPress needs it. Most websites running PHP need CURL.

I find something will need it and if your website is going to talk to other websites, you’re probably going to need CURL. Just make it a habit before rebooting after you first install your Apache or other server to run this extra line to grab CURL:

$ apt-get install php5-curl