The Blog

Author: admin

Install ssh2_connect for php on Windows

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

 

Posted in PHP 1 Comment
« Previous PageNext Page »