Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/php/pecl-networking-ssh2

Bindings for the libssh2 library
https://github.com/php/pecl-networking-ssh2

Windows release compatible with PHP 8.4

vdelau opened this issue 3 months ago
Fixed issue with ssh2_poll function throwing error on valid input

akotulu opened this pull request 3 months ago
Performance issues

AnAnalogGuy opened this issue 4 months ago
Add tcp keepalive support

ormus112 opened this pull request 7 months ago
ssh2_poll's parameter timeout should not * 1000

mingyuantech opened this issue 9 months ago
Segmentation fault libssh2 in SLES 15.5

m0rt opened this issue 9 months ago
Publish artifacts as zip

alphp opened this pull request 12 months ago
Attempt windows builds

derickr opened this pull request about 1 year ago
ssh2_exec: retrieve the command exit code

mlocati opened this issue over 1 year ago
Typofix (php_ssh2_fopen_wrap[p]er_parse_path)

mrngm opened this pull request over 1 year ago
Expose libssh2_session_set_timeout()

Jille opened this pull request over 1 year ago
ssh2_fopen_wrappers: initialize php_stream_wrapper_ops explicitly

mrngm opened this pull request almost 2 years ago
End zend_function_entry ssh2_functions list with PHP_FE_END

mrngm opened this pull request almost 2 years ago
ssh2_sftp: remove implicit switch-case fallthrough in stream_seek

mrngm opened this pull request almost 2 years ago
Version 1.4 missing on PECL

remicollet opened this issue almost 2 years ago
ssh2 php8.2 for windows (.dll file)

donny26utama opened this issue almost 2 years ago
Modern SSH hostkey methods compatibility

Grundik opened this issue almost 2 years ago
Cannot specify timeout

kaliberx opened this issue about 2 years ago
PHP 7.4 Comatibility

jpswade opened this issue over 2 years ago
ssh2_exec execution stops after 32kb of data

schorschii opened this issue over 2 years ago
ssh2_auth_pubkey_file caused "segmentation fault" when enable xdebug

xiaoxiaoyu93 opened this issue over 2 years ago
ssh2_auth_password Password parameter does not work as expected

auth1299 opened this issue almost 3 years ago
Compatibility with PHP 8.1 windows dll

Yuriathome opened this issue about 3 years ago
Add ssh2_auth_pubkey to allow public and private keys as strings

blar opened this pull request over 3 years ago
add ssh2_shell_resize function

hejxing opened this pull request almost 4 years ago
ssh2: IS_CALLABLE_CHECK_SILENT

kornrunner opened this pull request almost 4 years ago
Add testing for 8.0

langemeijer opened this pull request almost 4 years ago
Fixed debug and disconnected callback

langemeijer opened this pull request almost 4 years ago
Fix #80729: ssh2_shell() streams are not stream_select()able

cmb69 opened this pull request almost 4 years ago
Fix line ending in test case when running on Windows

cmb69 opened this pull request almost 4 years ago
Fix #75523: stream_set_timeout(): No support for ssh2 stream timeout

cmb69 opened this pull request almost 4 years ago
Fix #80294: ssh2 wrappers not using an allocated resource segfault

cmb69 opened this pull request almost 4 years ago
Fix #63480: Warning on using the SSH2 Session resource in the uri

cmb69 opened this pull request almost 4 years ago
Fix #79631: SSH disconnect segfault with SFTP (assertion failed)

cmb69 opened this pull request almost 4 years ago
Add ssh2_send_eof function

NattyNarwhal opened this pull request over 4 years ago
Fix for PHP 7.4 and 8

remicollet opened this pull request over 4 years ago
Bug #79757 segfaults

qjavax opened this pull request over 4 years ago
Fix compatibility with PHP 8.0

andypost opened this pull request over 4 years ago
Update public key authentication to avoid data corruption potential

rposky opened this pull request almost 5 years ago
Travis CI php7.4 test

bestlong opened this pull request almost 5 years ago
Addressing bug and "todos" in ssh2_poll causing sleep behavior

rposky opened this pull request about 5 years ago
Adding support for stream_select to shell streams

rposky opened this pull request about 5 years ago
Fixed debug and disconnected callback, fixed crash when disconnected

Szpadel opened this pull request over 5 years ago
Remove inline from php_ssh2_sftp_attr2ssb

andypost opened this pull request almost 6 years ago
Add PHP 7.0 - 7.3 on Travis CI

sodabrew opened this pull request over 6 years ago
Remove unused Git attributes ident

petk opened this pull request over 6 years ago
Fixed PHP7 port. Restored commented reference counting.

Jan-E opened this pull request over 6 years ago
PHP 7.3 only compatibility

Jan-E opened this pull request over 6 years ago
Updates for php_url structure changes (make failed on 7.3).

DanielCiochiu opened this pull request about 7 years ago
Fixed PHP7 port. Restored commented reference counting.

dstogov opened this pull request over 7 years ago
Fix multiple reflection/documentation disparities

Majkl578 opened this pull request over 7 years ago
Add test for ssh key based authentication

mhagstrand opened this pull request almost 8 years ago
Fixed instances of resource id variables being assigned pointers

mhagstrand opened this pull request almost 8 years ago
Bug73410: Adding a test to show bug 73410 is fixed

mhagstrand opened this pull request almost 8 years ago
Adding Travis CI to pecl-networking-ssh2

mhagstrand opened this pull request about 8 years ago
BUG_73819: call ssh2_shell() causes segment fault

mhagstrand opened this pull request about 8 years ago
Merge fix

liborm85 opened this pull request over 8 years ago
Cleanup spaces to tabs

liborm85 opened this pull request over 8 years ago
Update copyright

liborm85 opened this pull request over 8 years ago
Cleanup obsolete TSRMLS in master

liborm85 opened this pull request over 8 years ago
Cleanup PHP 5 compatibility code in master branch

liborm85 opened this pull request over 8 years ago
fix returing psftp_rsrcid value

liborm85 opened this pull request over 8 years ago
catching last error

liborm85 opened this pull request over 8 years ago
fix checking resource type

liborm85 opened this pull request over 8 years ago
Bugfix #72988

liborm85 opened this pull request over 8 years ago
Bugfix PHP 7 support

liborm85 opened this pull request over 8 years ago
Fixing segfault when passing env variables

Jean85 opened this pull request almost 9 years ago
Added explicit ssh2_disconnect function

credomane opened this pull request almost 9 years ago
Add blocking call to php_ssh2_direct_tcpip

credomane opened this pull request almost 9 years ago
Added ssh2_disconnect and ssh2_close functions

credomane opened this pull request about 9 years ago
Made win32 builds depend on zlib and openssl extensions

credomane opened this pull request about 9 years ago
file_get_contents('ssh2.exec://...') was always returning a blank string

dakusan opened this pull request about 9 years ago
PHP 7 Support

Sean-Der opened this pull request over 9 years ago
Fix segfault when trying to authenticate in servers that do not support ...

weckx opened this pull request over 10 years ago
Fix for ssh2_exec(): Unable to request a channel from remote host

mindnever opened this pull request over 10 years ago
Align PHP license version to LICENSE file

kaplanlior opened this pull request almost 11 years ago
Add reflection API support.

mageekguy opened this pull request about 11 years ago
Typo: retreive -> retrieve

kaplanlior opened this pull request over 11 years ago
Fix libssh2_agent_init detection

kaplanlior opened this pull request over 11 years ago