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.dll
file toc:\windows\system32
php_ssh2.dll
andphp_ssh2.pdb
files in the "ext" (e.gc:\xampp\php\ext
) folder;remove
;
from this lineextention:php_ssh2.dll
in 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?