方法一、
修改httpd.conf配置文件,添加以下信息,注意php的目录
LoadFile D:/webconfig/php-5.5.25/php5ts.dll
LoadFile D:/webconfig/php-5.5.25/libeay32.dll
LoadFile D:/webconfig/php-5.5.25/ssleay32.dll
LoadFile D:/webconfig/php-5.5.25/libssh2.dll
LoadModule php5_module "D:/webconfig/php-5.5.25/php5apache2_4.dll"
PHPIniDir "D:/webconfig/php-5.5.25"
AddType application/x-httpd-php .php .html .htm
方法二、
确保ext下有php_curl.dll,php.ini里extensions=php_curl.dll
php目录下有libeay32.dll,ssleay32.dll.libssh2.dll以及ext目录下的php_curl.dll等四个文件,都复制放到System32目录下