aperto file .ini , trovato il path c:\php\PEAR , ma il file PHP2.ssh non c'è . quindi ho seguito questa procedura:

  1. Downloaded Win32 SSH2 PECL extension from this location (choose the appropriate version);

  2. 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);

  3. Run the following command to register the DLL:

    C:\> regsvr32 libssh2.dll


ma mi da errore dicendomi : "LoadLibrary("libssh2.dll") non riuscito - Impossibile trovate il modulo specificato" . secondo manca qualcosa da fare o la procedura non è corretta?