Activation Curl on EasyPHP

做~自己de王妃 提交于 2019-11-29 02:36:30
Matthew Lee

This as, Anar Hariyev states, works:

100% working solution, I won this problem!

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 Apache server.

However, you can copy libssh2.dll into Apache's bin folder as opposed into the Windows System directory. This keeps the server portable.

100% working solution, i won this problem!

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 Apache server.

The Solution was to copy the files from the php directory:

  • libeay32.dll
  • libsasl.dll
  • ssleay32.dll

to "C:\Windows\System"

Williams Artimã

If you use the 32-bit version of EasyPHP and the 64-bit version of Windows, the solution is to copy the files below (from the EasyPHP PHP folder):

  • libeay32.dll
  • libsasl.dll
  • ssleay32.dll

to the folder: C: \ WINDOWS \ SYSWOW64

Simply add your php directory in the path (environment variable)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!