I need to install SSH2 to my PHP5.6. So as I read this accepted answer I downloaded zip from here then coppied php_ssh2.dll and php_ssh2.pdb to php/ext and libssh2.dll to Windows/system32. And after Apache restart and SSH2 call it throws me this error: PHP Warning: PHP Startup: ssh2: Unable to initialize module Module compiled with module API=20121212 PHP compiled with module API=20131226 These options need to match in Unknown on line 0
Warning: PHP Startup: ssh2: Unable to initialize module Module compiled with module API=20121212 PHP compiled with module API=20131226 These options need to match
How can I solve it? Thanks you.