| Changelog for ssh2 |
| Release |
What has changed? |
| 0.12 |
- Bumped libssh2 version requirement to 1.2 (aug 2009)
- Added ssh2_auth_agent() - SSH agent authentication support (with libssh >= 1.2.3)
- Added ssh2_sftp_chmod() (fixed bug #59880)
- Added support for stream_set_timeout() to channel streams (fixed bug #56377) (with libssh >= 1.2.9)
- Added keyboard-interactive to ssh2_auth_password() (fixed bugs #61760 and #54916)
- Add license file as requested in bug #59980
- Allow for tilde (~) in public and private keyfile paths
- Be more verbose about any errors within ssh2_scp_send
- Fixed bug #56425 - Problem with ssh2_scp_send
- Fixed bug #59794 - ssh2.sftp protocol wrapper works incorrectly for paths which contain a '#'
- Fixed bug #63192 - Check if connection is authenticated.
- Fixed bug #58576 - Handle error values from reads and writes to a channel. |
| 0.11.3 |
- Fixed bug#24349 (ssh2_sftp_mkdir fails with trailing slash)
- Fixed bug#22729 (using ssh2.sftp stream on 64bit vs. 32bit)
- Fixed bug#22671 (trailing spaces trimmed from filenames)
- Fixed bug#17142 (Missing EOF detection in ssh2.sftp:// streams)
- Fixed bug#16944 (Segmentation fault SIGSEGV with protected variable with ssh2) |
| 0.11.2 |
- Fixed the extension version info
. no other changes since 0.11.1 |
| 0.11.1 |
- Fixed bug #9500, SSH2 sockets not being closed properly because of close vs closesocket difference
- Fixed Windows support
- 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.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 |