我在 php 中使用 curl 扩展时遇到错误,我尝试了 和其他一些教程,但没有找到解决方案。显示的错误:致命错误:未捕获的错误:调用未定义的函数...
我在 php 中使用 curl 扩展时遇到错误,我尝试了 和其他网站的一些教程,但没有找到解决方案
我的错误显示:
Fatal error: Uncaught Error: Call to undefined function curl_init() in /some/file.php:27 Stack trace: #0 {main} thrown in /some/file.php on line 27
sudo apt-get install php-curl
从 https://.com/a/6382581/13937777 并且没有任何变化
php.ini
文件中取消注释“curl”,但没有任何变化
sudo apt 按照步骤操作stall php-curl
在 sudo apt-get install curl libcurl3 libcurl3-dev;
in https://.com/a/8199206/13937777 ,但在安装 libcurl3 时出现错误。因此,我尝试 sudo apt install libcurl4
在 https://askubuntu.com/a/1364067/1772498 按照步骤操作,但仍然无法正常工作
查看屏幕截图正如您所见,有两个东西带有绿色:- 文本“SUCCESS”- 以及使用 LS 命令导航时目录/文件的背景。如果我......
查看屏幕截图
如你所见,有两种东西呈绿色:
- The text "SUCCESS"
- And the background of directories/files when using the LS command to navigate.
如果我更改、编辑配置文件主题,将颜色改为绿色,我可以让丑陋的背景消失,但文本“SUCCESS”的颜色代码(以及终端常用的其他词)是相同的。问题是我无法独立于使用相同颜色代码的单词更改目录的背景颜色。
-
我只是想让目录丑陋的背景颜色消失,以便于查看和阅读。