php - How to install curl extension under Ubuntu
世界只因有你
世界只因有你 2017-05-16 13:15:47
0
1
403

PHP version is 7.1, installed by apt-get, not compiled and installed.

世界只因有你
世界只因有你

reply all(1)
我想大声告诉你

System level:
sudo apt-get install curl

If you want to express the installation of PHP CURL extension, then it is as follows

sudo apt-get install php7.1-curl

It is best to search sudo apt-cache search 7 first, and you can see the ones starting with 7.0 and 7.1. Just choose the one that matches your own PHP version.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!