在debian 9上为php 7启用curl扩展

时间:2017-02-11 12:42:57

标签: php curl testing debian

system:Debian GNU / Linux 9.0(stretch); php v7.0.15-1在命令行上; phpversion()显示:PHP版本5.6.24-1 + b1

我已经使用apt-get install php-curl安装了curl,但是php中没有curl函数。 (php-curl为php7安装curl)

echo 'Curl: ', function_exists('curl_version') ? 'Enabled' : 'Disabled'

返回:"卷曲:已禁用&#34 ;;当我运行phpinfo()卷曲时没有列出;

启用了php5模块,但在debian 9中没有php5-curl或php5.6-curl包。当我安装php-7或php-7.1时,我得到: php5 module already enabled, not enabling PHP 7.1

如何禁用php5模块并在debian9上启用php7或在debian 9下安装php5-curl?

欢呼声 彼得

0 个答案:

没有答案