i'm using wampserver 2.2 apache 2.2.22 php 5.4.3 mysql 5.5.24, I've installed php_ssh2.dll extension for php 5.4 and i added it in php.ini as
extension=php_ssh2.dll
then restarted all services. I tried to use ssh2_connect()
but it doesn't work and I don't really understand why cause the version is compatible with php 5.4.3.
Please if you're having any tips just let me know here is the link where i downloaded ssh2.dll