1

我正在尝试使用 cloud9 中的 Curl 请求执行我的 php 脚本。当我跑步时,我有这个异常:

“/home/ubuntu/workspace/test 中缺少消息‘php 函数‘curl_init’的未捕获异常‘异常’。”

我尝试使用sudo apt-get install php-curl or安装 curl sudo apt-get install php5.5-curl,也使用“ppa:ondrej/php”存储库。

curl包似乎在cloud9虚拟机中安装成功,但在我的php.ini中没有启用。

4

2 回答 2

0

如果您正在运行 Ubuntu,请使用

$ sudo apt-get install php-curl

这将在 2019 年 5 月 16 日安装“php7.2-curl”。

于 2019-05-16T12:51:41.450 回答
0

希望这对你有用:

sudo apt-get update

然后:

sudo apt-get install php5-curl
于 2016-08-24T21:52:00.427 回答