Bindings for the libssh2 library
Provides bindings to the functions of libssh2 which implements the SSH2 protocol.
libssh2 is available from http://libssh2.org/
ssh2 1.0 and above is PHP 7 only. To install a version that is PHP 5 compatible you can run 'pecl install ssh2-0.13'
Note that reaching version 1.0 does NOT indicate we've reached a stable release.
License: PHP License
Version | Release | Download |
1.2 | 2019-09-18 | ssh2-1.2.tgz |
1.1.2 | 2017-07-23 | ssh2-1.1.2.tgz |
1.1.1 | 2017-06-25 | ssh2-1.1.1.tgz |
1.1 | 2017-06-14 | ssh2-1.1.tgz |
1.0 | 2016-06-12 | ssh2-1.0.tgz |
Version | Message |
1.2 |
- Fix multiple reflection/documentation disparities [PR #29] (Michael Moravec) - Fix PHP7 port. Restored commented reference counting. [Dmitry Stogov] - Updates for php_url structure changes [Daniel Ciochiu] - Make the PR generic for all PHP7 versions [Jan Ehrhardt] - Fix compatibility with PHP 7.3 [Jan Ehrhardt] - Fix config.w32 for compatibility with OpenSSL 1.1.x [Anatol] - Make static inline for php_ssh2_sftp_attr2ssb [Andy Postnikov] - Enable 7.1-7.3 on Travis CI [Andy Postnikov] |
1.1.2 |
- Version 1.1.2 is same as 1.1 except this release contains this changelog - Fixed bug #72988 (Libor M.) - Fixed bug #73198 (Langemeijer) - Fixed php_url_parse issue (Remi Collet) - fix Invalid write of size 1 (Remi Collet) - Fixed bug #73819 (Mitch Hagstrand) - Fixed bug #73410 (Mitch Hagstrand) - Travis CI (Mitch Hagstrand) - Various other fixes on PHP 7 code and code cleanup (Mitch Hagstrand, Libor M., Anatol Belski) |
1.1.1 |
- Version 1.1.1 is same as 1.1 except this release contains this changelog - Fixed bug #72988 (Libor M.) - Fixed bug #73198 (Langemeijer) - Fixed php_url_parse issue (Remi Collet) - fix Invalid write of size 1 (Remi Collet) - Fixed bug #73819 (Mitch Hagstrand) - Fixed bug #73410 (Mitch Hagstrand) - Travis CI (Mitch Hagstrand) - Various other fixes on PHP 7 code and code cleanup (Mitch Hagstrand, Libor M., Anatol Belski) |
1.1 | - |
1.0 |
- Release for PHP 7 (Sean DuBois) - Made win32 builds depend on zlib and openssl extensions (Credomane Evonguard) - Add blocking call to php_ssh2_direct_tcpip (Credomane Evonguard) - Added explicit ssh2_disconnect function (Credomane Evonguard) - Fixed bug #72150 - Fixing segfault when passing env variables (Krakjoe) |