如何在 Wamp 服务器中启用 curl

问题描述:

我尝试了 30 个答案和论坛主题的组合,但没有找到正确的答案.

I try 30 combination of answer and forum topic but did not find the right answer.

除了我需要如何启用 curl int wamp 服务器之外,我什么都做了?

I do all but how I can enable the curl int wamp server becouse I need that?

有什么解决办法吗?我尝试取消注释 - 不起作用?我尝试查看 wamp 任务栏图标 - php 扩展 - php_curl我尝试将 php_curl.dll 复制到 win 系统

is there any solution? I try to uncomment - dont work? I try to chech into wamp task bar icons - php extension - php_curl I try to copy php_curl.dll into win sistem

不工作

我需要做什么?

步骤如下:

  1. 关闭 WAMP(如果正在运行)
  2. 导航到 WAMPinphp(您的 php 版本)
  3. 编辑php.ini
  4. 搜索 curl,取消注释 extension=php_curl.dll
  5. 导航到 WAMPinApache(您的 apache 版本)in
  6. 编辑php.ini
  7. 搜索 curl,取消注释 extension=php_curl.dll
  8. 保存两个
  9. 重启 WAMP