Heim >Backend-Entwicklung >PHP-Tutorial >ubuntu安装php-curl与php-tidy扩展

ubuntu安装php-curl与php-tidy扩展

WBOY
WBOYOriginal
2016-06-23 14:30:03889Durchsuche

1、安装php-curl扩展

首先输入
apt-cache search curl | grep php
查询curl的php支持名字
可能会返回如下内容:
php5-curl - CURL module for php5
安装:
sudo apt-get install php5-curl
重启apache
sudo /etc/init.d/apache2 restart

2、安装php-tidy扩展

首先输入
apt-cache search tidy | grep php
查询tidy的php支持名字
可能会返回如下内容:
php5-tidy - tidy module for php5
安装:
sudo apt-get install php5-tidy
重启apache
sudo /etc/init.d/apache2 restart

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn