PHP unable to load php_curl.dll extension

后端 未结 13 2539
暖寄归人
暖寄归人 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:36

    Insert to file httpd.conf

    LoadFile "D:/DevKit/PHP7.1/libeay32.dll"
    LoadFile "D:/DevKit/PHP7.1/libssh2.dll"
    LoadFile "D:/DevKit/PHP7.1/ssleay32.dll"
    

提交回复
热议问题