PHP Warning: PHP Startup: Unable to load dynamic library php_curl.dll impossibile find

假装没事ソ 提交于 2019-12-05 16:09:07

These steps worked for me:

  1. Add the main php folder onto the Path Env variable in Windows (so libeay32.dll and ssleay32.dll are path-accessible ... some people copy these to Windows/System32 to make them path-accessible but that isn't really elegant way to solve issue)
  2. Add the Apache bin folder onto the Path Env variable in Windows

  3. Copy the file libssh2.dll from the php folder to apache's bin folder (Apache seems to need this for php's curl to work in Windows)

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