I am trying to install ssh2 on xampp
- Xampp version : 3.2.1
 - PHP version : 5.4.19
 
Until now I have used following step to install:
download and copied
libssh2.dllfile toc:\windows\system32php_ssh2.dllandphp_ssh2.pdbfiles in the "ext" (e.gc:\xampp\php\ext) folder;remove
;from this lineextention:php_ssh2.dllin php.ini.restart xampp
But I am getting error in log file:
unable to load dynamic library php_ssh2.dll
Can anyone help me with this?