I trying to install the php_ssh2.dll extension on a
- Windows 2012 Rc2 64bit System
- Apache 2.4.26
- php 5.6.31
for ssh2_connect() ... i want to open a sftp connection
1.) I toke the libssh2.dll
into /System32
and /syswow64
folder
2.) the php_ssh2.dll
and php_ssh2.pdb
into /xampp/php/ext
folder
3.) modified php.ini
(add extension=php_ssh2.dll
)
4.) restarted Apache
I start my example script an result:
Fatal error: Call to undefined function ssh2_connect()
Now, I'm not sure how I can solve this issue, maybe someone has any idea?