Fatal error: Uncaught Error: Call to undefined function curl_version() - Localhost Dev

Fatal error: Uncaught Error: Call to undefined function curl_version() - Localhost Dev

我正在尝试将 stripe 集成到我的 PHP 项目中,但我在本地主机上遇到此错误:

Fatal error: Uncaught Error: Call to undefined function curl_version() in [...] 

我将 easyphp 与 PHP 7 一起使用,在我的 php.in 中,extension=php_curl.dll 行未被注释。

编辑: 我正在查看 Apache 的错误日志,我有这个:

PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\Program Files (x86)\EasyPHP-Devserver-17\eds-binaries\php\php713vc14x86x190923224900\ext\php_curl.dll' - The specified module could not be found.

哪里出错了?我能做些什么来解决它?谢谢

尝试关注

  1. Copy libssh2.dll from PHP directory to Windows/system directory
  2. In php.ini #zend_extension remove (;) front row ;extension=php_curl.dll
  3. Restart the Apache server.