|
31 | 31 | <email>pollita@php.net</email> |
32 | 32 | <active>no</active> |
33 | 33 | </lead> |
34 | | - <date>2024-02-09</date> |
| 34 | + <date>2026-04-04</date> |
35 | 35 | <version> |
36 | | - <release>1.4.1</release> |
| 36 | + <release>1.5.0</release> |
37 | 37 | <api>1.0</api> |
38 | 38 | </version> |
39 | 39 | <stability> |
|
42 | 42 | </stability> |
43 | 43 | <license uri="http://www.php.net/license">PHP License</license> |
44 | 44 | <notes> |
45 | | - - End zend_function_entry ssh2_functions list with PHP_FE_END [PR #67] (Gerdriaan Mulder) |
46 | | - - Remove implicit switch-case fallthrough [PR #66] (Gerdriaan Mulder) |
47 | | - - Windows build setup with GitHub Actions [PR #75] (Derick Rethans) |
| 45 | + - PIE (PHP Installer for Extensions) compatibility |
| 46 | + - Fix crash on ECDSA pubkey auth due to libssh2 allocator mismatch [PR #92] (Fixes #91, #84) |
| 47 | + - Fix fragment part of path lost for files with # in name [PR #93] (Fixes #90) |
| 48 | + - Fix segfault when disconnecting with open SFTP streams [PR #94] (Fixes #81) |
| 49 | + - Add ssh2_keepalive_config() and ssh2_keepalive_send() [PR #95] (Fixes #79) |
| 50 | + - Add ssh2_set_timeout() [PR #70] (Jille Timmermans) |
| 51 | + - Add ssh2_send_signal() [PR #89] (herrecito) |
| 52 | + - Fix ssh2_poll() rejecting valid resource inputs [PR #96] (Fixes #82) |
| 53 | + - Fix Homebrew libssh2 autodetection on macOS Apple Silicon [Fixes #87] |
| 54 | + - Initialize php_stream_wrapper_ops explicitly [PR #68] (Gerdriaan Mulder) |
| 55 | + - Bump minimum PHP version to 8.0 |
| 56 | + - Drop PHP 8.0 from CI, add PHP 8.5 |
| 57 | + - Fix Windows CI (setup-php-sdk TLS issue) |
48 | 58 | </notes> |
49 | 59 | <contents> |
50 | 60 | <dir name="/"> |
|
54 | 64 | <file role="src" name="php_ssh2.h"/> |
55 | 65 | <file role="src" name="ssh2_fopen_wrappers.c"/> |
56 | 66 | <file role="src" name="ssh2_sftp.c"/> |
| 67 | + <file role="doc" name="composer.json"/> |
57 | 68 | <file role="doc" name="LICENSE"/> |
58 | 69 | <file role="doc" name="README.md"/> |
59 | 70 | <dir name="tests"> |
|
64 | 75 | <file role="test" name="ssh2_auth_pubkey_file.phpt"/> |
65 | 76 | <file role="test" name="ssh2_connect.phpt"/> |
66 | 77 | <file role="test" name="ssh2_exec.phpt"/> |
| 78 | + <file role="test" name="ssh2_keepalive.phpt"/> |
| 79 | + <file role="test" name="ssh2_poll.phpt"/> |
67 | 80 | <file role="test" name="ssh2_send_eof.phpt"/> |
| 81 | + <file role="test" name="ssh2_send_signal.phpt"/> |
68 | 82 | <file role="test" name="ssh2_sftp_001.phpt"/> |
69 | 83 | <file role="test" name="ssh2_sftp_002.phpt"/> |
70 | 84 | <file role="test" name="ssh2_shell.phpt"/> |
|
91 | 105 | <configureoption name="with-ssh2" default="autodetect" prompt="libssh2 prefix?"/> |
92 | 106 | </extsrcrelease> |
93 | 107 | <changelog> |
| 108 | + <release> |
| 109 | + <date>2024-02-09</date> |
| 110 | + <version> |
| 111 | + <release>1.4.1</release> |
| 112 | + <api>1.0</api> |
| 113 | + </version> |
| 114 | + <notes> |
| 115 | + - End zend_function_entry ssh2_functions list with PHP_FE_END [PR #67] (Gerdriaan Mulder) |
| 116 | + - Remove implicit switch-case fallthrough [PR #66] (Gerdriaan Mulder) |
| 117 | + - Windows build setup with GitHub Actions [PR #75] (Derick Rethans) |
| 118 | + </notes> |
| 119 | + </release> |
94 | 120 | <release> |
95 | 121 | <date>2023-04-15</date> |
96 | 122 | <version> |
|
0 commit comments