📜  如何安装 php curl (linux) apache2 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:55.645000             🧑  作者: Mango

代码示例1
#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