Apache php无法开启php_curl

解决办法:


将php安装目录下的libeay32.dll,libssh2.dll,php5ts.dll,php_curl.dll,ssleay32.dll 复制到system32目录下

在httpd.conf 中加载如下依赖文件 

LoadFile c:/php5.4.36/php5ts.dll 

LoadFile c:/php5.4.36/libeay32.dll 

LoadFile c:/php5.4.36/ssleay32.dll 

LoadFile c:/php5.4.36/libssh2.dll

posted @ 2016-08-26 11:47  源哥来了  阅读(336)  评论(0编辑  收藏  举报