How To Install Php Curl Linux Apache2

[Solved] How To Install Php Curl Linux Apache2 | Shell - Code Explorer | yomemimo.com
Question : how to install php curl (linux) apache2

Answered by : uchephilz

#install the latest php CURL
sudo apt-get install php-curl
#install a specific PHP[version]-curl, php version 5 is the example below
sudo apt-get install php5-curl
#restart apache by typing
sudo service apache2

Source : | Last Update : Thu, 30 Sep 21

Answers related to how to install php curl linux apache2

Code Explorer Popular Question For Shell