ssh2 0.13

Bindings for the libssh2 library


Provides bindings to the functions of libssh2 which implements the SSH2 protocol.
libssh2 is available from http://libssh2.org/

License: PHP License

Changes

- Fixed bug #63660 php_ssh2_fopen_wrapper_parse_path segfaults
- Fixed bug #63855 compilation fails on windows (patch from Erez H)
- Fixed bug #64535 php_ssh2_sftp_dirstream_read segfault on error (Matt Pelmear)
- Add reflection API support (Frédéric Hardy)
- Add exit-status support for ssh2 file wrappers (Vladimir Zidar)
- Fixed bug #58893 Unable to request a channel from remote host (Vladimir Zidar)
- Fix segfault when trying to authenticate in servers that do not support authentication (none) (Felipe Weckx)