Server

[PHP]워드프레스 PHP Startup: Unable to load dynamic library windows

sironge 2017. 7. 25. 14:21
반응형

워드프레스(Wordpress)에서 설치 실패: 다운로드 실패. No working transports found 나올 때 대응방안


PHP Startup: Unable to load dynamic library windows


In PHP 5.6.x version You should do the following:

Move to Windows\system32 folder DLLs from php folder:

libssh2.dll, ssleay32.dll, libeay32.dll and php_curl.dll from php ext folder

Move to Apache24\bin folder from php folder:

libssh2.dll

Also, don't forget to uncomment extension=php_curl.dll in php.ini

반응형