Installing ssh2 on xampp
问题 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 to c:\windows\system32 php_ssh2.dll and php_ssh2.pdb files in the "ext" (e.g c:\xampp\php\ext ) folder; remove ; from this line extention: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? 回答1: A couple of things you may have missed