| Changelog for ssh2 |
| Release |
What has changed? |
| 0.11.0 |
- Support for latest libssh2 release
- Fix build with PHP 5.3
- Fixed incorrect return values for rename/unlink/mkdir/rmdir with sftp functions/streams
- Fixed various memory leaks and segfaults |
| 0.10 |
Added support for publickey subsystem. |
| 0.9 |
Fix version check bugs found in release 0.8.
Add pty option to ssh2_exec(). |
| 0.8 |
Fixed feof() detection, removed unnecessary sleep() in channel shutdown, and simplified session detection.
Note: All users are recommended to use libssh2 >= 0.10 as it contains important bugfixes (particularly in the SFTP layer). |
| 0.7 |
Fixed socket leak bug. Connections wern't being closed like they were supposed to.
Add ssh2_auth_hostbased_file() for hostkey authentication. |
| 0.6 |
Minor fixes including some added error handling and more discriptive ./configure message.
Users of PHP/SSH2 are recommended to upgrade their installation of libssh2 to version 0.6
whether or not upgrading the PHP/SSH2 extension. |
| 0.5 |
Added port forwarding support (requires libssh2-0.5) and
modified ssh2_methods_negotiated() to work with modified libssh2 prototype.
Note: Version PECL/ssh2 0.4.1 is incompatable with libssh2 >= 0.5
Both should be upgraded in tandem, though PECL/ssh2 0.5 will work with libssh2 >= 0.4 |