- Download DLL library from this link.http://pecl.php.net/package/ssh2
- Extracted the archive’s content and:
- placed
php_ssh2.dll
andphp_ssh2.pdb
files in theext
folder (e.g.C:\php\ext
); - copied
libssh2.dll
file toC:\Windows\system32
and (if you got Win64)C:\Windows\SysWOW64
folder(s); - add or enable
extension=php_ssh2.dll
in php.ini
- placed