只在官网查到了这段信息:
I had to also also copy libssh2.dll into my Apache24 folder for this to work with my PHP 5.6.2 installation. So altogether I had to do the following:
Move to Windows\system32 folder:
libssh2.dll, php_curl.dll, ssleay32.dll, libeay32.dll
Move to Apache24\bin folder
libssh2.dll
Uncomment extension=php_curl.dll
尝试后没有成功,有人实现过吗?
PHP
如果要自己研究,就先学会看日志.
否则就用wamp环境包..
楼上所说不正确,此版本的curl扩展只是需要启用更多的组件才能支持,并非不支持哦
只要在Apache的httpd.conf中做出如下配置即可