PHP unable to load php_curl.dll extension

后端 未结 13 2512
暖寄归人
暖寄归人 2020-11-29 08:58

Follow-up from my post yesterday (Enabling cURL with PHP)

The problem is that PHP isn\'t able to load php_curl.dll. I\'ve tried several steps including uncommenting

相关标签:
13条回答
  • 2020-11-29 09:50

    After having tried everything here I had to simply upgrade Apache to a newer version in order to make curl extension work.

    I was upgrading PHP from 7.0.2 to 7.1.15 after which curl did not work. Only way to fix it was upgrade Apache (which was version 2.4.18) to the latest 2.4.29.

    Didn't have to copy any of the lib/ssleay dll files to either Apache or Windows - possibly because I already have the PHP folder in my system path.

    Running Windows 10, 64-bit, thread-safe versions, VC14.

    0 讨论(0)
提交回复
热议问题