1, install LIBSSH2 extension with DLL is Windows use. Choose the installation package according to your environment. The choice here is 5.5 Thread Safe (TS) x64 after decompression, there will be three files, Libssh2.dll, Php_ssh.dll, php_ssh2.pdb. Put Php_ssh.dll, php_ssh2.pdb into your PHP extension directory under php/ext/. Copy the Libssh2.dll to C:/windows/system32 and c:/windows/syswow64 one copy of php.ini and add Extension=php_ssh2.dll to restart the server, view Phpinfo (), Whether there is a display PHP_SSH2 extension loaded successfully. 2, install the SOLR extension (2.3.0) download, with the DLL is the Windows version. Put the Php_solr.dll, php_solr.pdb of the compressed package into your PHP extension directory under php/ext/. PHP.ini add Extension=php_solr.dll to restart the server to see Phpinfo (), whether there is a display SOLR extension loaded successfully.
Windows PHP installation SOLR extensions