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

Fix version declaration

65c0da1b18373e2286d1569a176101583225a2c0 authored almost 1 year ago
Go with 1.4.1

57d276540711498343ee8c0fc016100f9437f8a8 authored almost 1 year ago
Merged pull request #75

79c4a12d11fd616e952d898480524f28a0fd78d6 authored almost 1 year ago
Bump checkout action as it's outdated

26219a690d097fcba4d6bf504fedd2616ee74be8 authored almost 1 year ago
Also attach artefacts to release tags, if we have one

486c13eebbe51f5483b662826550373992cb81e8 authored almost 1 year ago
We also need openssl

c49160e929b87c346af7ba3f34e11a0635651efb authored about 1 year ago
v0.8 of setup-php-sdk

59b3081b8b957e4ed3636af6e2bb4fd5a70f15f3 authored about 1 year ago
Add zlib dep and 8.3

91d111060162abc4871d11a89ff619798565d5e7 authored about 1 year ago
Attempt windows builds

a05000fba91c4f7f71851c7909634d581e72184b authored about 1 year ago
Merge pull request #67: End zend_function_entry ssh2_functions list with PHP_FE_END

5906d41e3e6d4698701c237cc2ddd9e52727a5cb authored over 1 year ago
Merge pull request #66: Remove implicit switch-case fallthrough

2f223e9dc85d0654f824e33faf74a035032e1601 authored over 1 year ago
End zend_function_entry ssh2_functions list with PHP_FE_END

4d0f780425d770a097e94e6804f81c88fa1a5b84 authored almost 2 years ago
ssh2_sftp: remove implicit switch-case fallthrough in stream_seek

9044d884585bd28baf119190ebd0ab765b725d01 authored almost 2 years ago
Increase version

520e1f0810f226c7ea0290b9b3db77242d96157c authored almost 2 years ago
New release: 1.4

a90d5e9759a5f2e2cbbbd9170497edfc9ce04ca9 authored almost 2 years ago
Merge pull request #56

bc958f69d96570eb50f5fb05642ec6d1954b16fe authored almost 2 years ago
Update test for ssh2_auth_pubkey

eec58e1271ea3df84f6273ca9b23dda3e2f0c7c8 authored over 3 years ago
Add ssh2_auth_pubkey to allow public and private keys as strings

e690abe9e79bf6207de2297bd6e35c8adf27b5b0 authored over 3 years ago
Merge pull request 55: Add ssh2_shell_resize()

5c08a92cdd689d14c29a5c29402ad96409287162 authored almost 4 years ago
add ssh2_shell_resize function

83da7146c7ecf1aa84f24faa1de68cc63c284880 authored almost 4 years ago
Update readme

1e1fb1be944419e23514a78c089bdde77657b968 authored almost 4 years ago
Increase version to allow for new release

ec4818971a469893dc68906dbd0e36b2915e846f authored almost 4 years ago
New release: 1.3

bd5f5c2c8c937983f4c2edaf61c794c27b83b98b authored almost 4 years ago
Remove max version. 8.0 is now supported.

2403cda57dbe014142961184030b0a3376dd7f18 authored almost 4 years ago
Revert "Make sure we are allowed to call the given callable"

IS_CALLABLE_CHECK_NO_ACCESS is Removed from PHP 8.0.

This reverts commit a73cba756cf1260c556229...

37bdf77458d3079b5d971696c5c6736aa341b5fe authored almost 4 years ago
Simply php_error_docref() fixes compilation error

54098d45ba0ac3880c41ff3838c6bacab73d89d1 authored almost 4 years ago
Merge pull request 53: Add testing for 8.0

a8fc28fbcc2d114fca3afea29b61dff7c3a59881 authored almost 4 years ago
Added testing for 8.0

cd171297c959d024efffbecc61fcbe0a928ba775 authored almost 4 years ago
Use ZVAL_COPY() macro to copy zval and increment reference counter

cabe6b33f2a6e1338752509417a50b2c637f6d7a authored almost 4 years ago
Make sure we are allowed to call the given callable

a73cba756cf1260c556229dc147fec17b615e559 authored almost 4 years ago
Call return value destructor for unused return value

dfea519a829e3c1194fb0e57044f0634bdf04afd authored almost 4 years ago
Use correct callback function

efcc6cb45ddafbad7479cdc70914ce8b917e7c79 authored almost 4 years ago
Merge pull request #51: Fix #80729: ssh2_shell() streams are not stream_select()able

27ca5416be564f8072359b087644bb69d7546bc5 authored almost 4 years ago
Merge pull request #50: Fix line ending in test case when running on Windows

cd6eae40e492a9f2ea64584143097deb941ddef3 authored almost 4 years ago
Merge pull request #49: Fix #75523: stream_set_timeout(): No support for ssh2 stream timeout

6af6094d5977efb7d2a2af727f8bde91cf359026 authored almost 4 years ago
Merge pull request #48: Fix #80294: ssh2 wrappers not using an allocated resource segfault

78d953ef9e89ea60757114caaf8f262042730371 authored almost 4 years ago
Merge pull request #47: Fix #63480: Warning on using the SSH2 Session resource in the uri

1432b041e7cb605f6dc674172e408c4477437aa8 authored almost 4 years ago
Merge pull request #46: Fix #79631: SSH disconnect segfault with SFTP (assertion failed)

8cbe872d19d3397e5f466e550788d5a4b03f1a3b authored almost 4 years ago
Fix another test case with the same issue

Sorry, didn't notice that earlier due to bug #80729.

d658eb81d4a214b1129ae5de5dc7fda3a35cf0ea authored almost 4 years ago
Fix #80729: ssh2_shell() streams are not stream_select()able

On Windows, the socket type is not an `int` but rather `SOCKET` which
is actually `unsigned int`...

478edd029a7cce7fcbec452ee640eb01a20bcbad authored almost 4 years ago
Fix line ending in test case when running on Windows

This test case executes `cat` and uses `PHP_EOL` as line ending. This
causes the test to fail w...

0173ac4e9565b70596f335254b9c4fb2bbffc0d1 authored almost 4 years ago
Fix #75523: stream_set_timeout(): No support for ssh2 stream timeout

Obviously, the appropriate define is not done in config.w32, although
libssh2 1.4.2 is available...

717170e90ee9f33b0d25781b1f07789415599dd3 authored almost 4 years ago
Fix #80294: ssh2 wrappers not using an allocated resource segfault

We need to properly initialize the SSH2 Session resource.

6742e3f71c19ac0421ff534b54427794218698ee authored almost 4 years ago
Fix #63480: Warning on using the SSH2 Session resource in the uri

There is no need to warn if an SSH2 Session resource is given, so we
suppress the potential warn...

99c8c49eb4616a5c7b747504fa572732f2916d10 authored almost 4 years ago
Fix #79631: SSH disconnect segfault with SFTP (assertion failed)

If the SSH2 Session resource has already been closed, the libssh2
session has been as well, and ...

9fb1cf84f04f8c17cfb80e2536a2ce34b2e62c6e authored almost 4 years ago
Merge pull request #43: Bug #79757 segfaults

93265d71bdeb23350e8320126c7949ed791310df authored about 4 years ago
Merge pull request #45: Add ssh2_send_eof function

ddf604766667e6c5843d16c9f403e8efbafb42dc authored about 4 years ago
Merge pull request #41: Update public key authentication to avoid data corruption potential

a471f589926dc500f244d66bc625e62e43cc85fe authored about 4 years ago
Merge pull request #39: Addressing bug and "todos" in ssh2_poll causing sleep behavior

b5d8c876576c76460a801672d945f95bd8544ac1 authored about 4 years ago
Merge pull request #38: Adding support for stream_select to shell streams

3eac4354679100df92422cf2c25d35fba761a58e authored about 4 years ago
Merge pull request #44: Fix for PHP 7.4 and 8

b246b6959e216993394bf1d23243fdffc7165888 authored about 4 years ago
Test case for php_send_eof

9ec2b7672c73393390197d54e07b35db0f942d35 authored over 4 years ago
Add ssh2_send_eof function

Without this, you can't close the standard input stream without
also closing the standard output...

67cb5c9ed79e60e3e4a4b31fdec07e4151288940 authored over 4 years ago
fix for PHP 7.4 (stream API) and 8.0

c9647c5d296e8693d0b5672f1c22945ea024ebdc authored over 4 years ago
Fix function definition arguments

- ssh2_poll() updated outdated ZEND_ARG_PASS_INFO usage and argument names
- added argument defi...

9e6074a4eae3b4ebbe883ba1b93c9eccb9c78d02 authored over 4 years ago
Add testing for nightly

d2653c1d51e777e50a2c2f38e52ce2c90be22f0b authored over 4 years ago
Fix compatibility with 8.0 - call_user_function_ex

167a679db79a93c27b7bb367bef9e0d9abdc47d0 authored over 4 years ago
segfaults connecting to not existing host or trying to acess not existing file

6e8dfd2bef6692f683bbc6e19efefe88b837145f authored over 4 years ago
Updating for use of zend_string within public key authentication in presence of module destructor segmentation faults

bfc0d963cc45d10a1161740bd36fb7a9a1b64aa6 authored almost 5 years ago
Implementing PHP stream cast function for SSH channel objects for stream_select support. Adding test case for stream_select functionality.

e5fa5274d9cb8699c02e658fb1064778ada4a8dd authored about 5 years ago
Corrected 'resource' element evaluation for added IS_REFERENCE type in PHP7.

Updated ZVAL clone and swap operation in the presence of multiple subarray references for PHP7 A...

c8e251fc87f5a8b58b0214e79cb2f44e8e1aa6dc authored about 5 years ago
New release 1.2

e9e1fd5cbefe2f43de37974e5988a9d05d005078 authored over 5 years ago
Merge pull request #36

1ea7ea7853df99135228209aa6e7b5fd2e8ed861 authored over 5 years ago
Enable 7.1-7.3 on Travis CI

54c335d4d4e41d7246e1c6480240c11fc900d894 authored over 5 years ago
Make static inline for php_ssh2_sftp_attr2ssb

The php_ssh2_parse_fopen_modes() fixed in https://github.com/php/pecl-networking-ssh2/commit/073...

bd10fa9a285bcd5ffae0a4ad7c4c3c126d4d3847 authored over 5 years ago
Update changelog

79371dc05ff34e58f796e6755e25ba91c169ac1a authored about 6 years ago
Fix config.w32 for build with OpenSSL 1.1.x

866a2feff96a2c51e8f009312aaf27b81a9f0838 authored about 6 years ago
Merge pull request #34

f958dc0a669c41349f0aa58a9b4b04d869b83fae authored over 6 years ago
Remove unused Git attributes ident

The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revi...

bec44552a21e027a988472b4dea8beea3b135be7 authored over 6 years ago
@dstogov Fixed PHP7 port. Restored commented reference counting.

073067ba96ac99ed5696d27f13ca6c8124986e74 authored over 6 years ago
changelog

aa7c738e94655c0086162e7db5c88011502cf35a authored over 6 years ago
fix php_url fields usage for PHP 7.3

a8835aab2c15e794fce13bd927295719e384ad2d authored over 6 years ago
Update changelog

3ef81d949632517f52a4429a1bb6b0cffa3a3e86 authored over 7 years ago
Merge pull request #29

b71d26871e16c8efbe186b35899e1220b80ee7b8 authored over 7 years ago
Fix multiple reflection/documentation disparities

2ff6a35ebdb6e63dfc2bba70647661d53796b913 authored over 7 years ago
New release 1.1.2

631e51c10001f01ce116080df028243a19e5f018 authored over 7 years ago
Updated package.xml to include all files

77e9a652d00c91fac28cf9e2be73f486ff779d30 authored over 7 years ago
New release 1.1.1

8b2e71cc42fb42bdfaceac7b351637de7cd5816e authored over 7 years ago
Fix release notes for 1.1

badbcc1a19d7c6904cbd57c892cf3af85387bb36 authored over 7 years ago
1.1 release

455339f1c83819e2d4c3fae877a095f01b8e9b9a authored over 7 years ago
Merge pull request #28

51075fc96e8e665b4d1962b149dac336a177e06a authored over 7 years ago
Add test for ssh key based authentication

409a70543db1b1672eb2a9bdb9446e881133b590 authored almost 8 years ago
Merge pull request #27

584de1842b84b344b1a62bb3ccdfa95ca81612c8 authored almost 8 years ago
Merge pull request #26

d9d7e050cdffcd11bfb30ba05ae8272a12526ffc authored almost 8 years ago
Merge pull request #25

92ff1fb094e77f71c43cf5225aa97981488e96e5 authored almost 8 years ago
Fixed instances of resource id variables being assigned pointers

b456c2bfbd96a18af3892834f75b958f969f3445 authored almost 8 years ago
Bug73410: Adding a test to show bug 73410 is fixed

c4e70dcc8b13f1488c3080aacc2d50d84e204313 authored almost 8 years ago
Adding Travis CI to pecl-networking-ssh2

f6c4e71e6848268bbcceda6ad799c02ab0a951aa authored about 8 years ago
Empty merge commit to close PR#24

92034c5e6f92c8e384ac68d0c5c43c15527459cd authored about 8 years ago
BUG_73819: call ssh2_shell() causes segment fault

1. php_ssh2_shell_open() was calling zend_hash_get_current_key_ex
2. php_ssh2_exec_command() / p...

62d00b340f98aadb5e3c1d985992f8d84df17ec3 authored about 8 years ago
BUG_73819: call ssh2_shell() causes segment fault

1. php_ssh2_shell_open() was calling zend_hash_get_current_key_ex
2. php_ssh2_exec_command() / p...

ae5e804e120ab27dfb05c16a75ac08e5c6f92449 authored about 8 years ago
fix Invalid write of size 1

756e2f1369f2d5ff006222d978806f4fd91659e1 authored about 8 years ago
fix for PHP 7.0.13 where php_url_parse fails

17680cf039f0cfac53b5a2531fdb715b95e9cc42 authored about 8 years ago
mergefix

fd0455499afd78fad552ea22f6697d9fee2a3d64 authored over 8 years ago
Merge remote-tracking branch 'refs/remotes/php/master'

30c288d1ced3267bf0b397bda68734895200b8a3 authored over 8 years ago
Fixed merge booboo's reported in bug #73198

3694cc9e2d351a56389dd98c191eb2a7a06f2d3d authored over 8 years ago
Merge remote-tracking branch 'origin/pr/20'

0485f23341d8e2482247d323289b5a59b2c20b35 authored over 8 years ago
Merge remote-tracking branch 'origin/pr/22'

f6d69a57b137dfa079422aaaec610756551a9f60 authored over 8 years ago
Merge remote-tracking branch 'origin/pr/21'

b7d11e29375e02857767f37b97d35898c913795e authored over 8 years ago
Merge remote-tracking branch 'origin/pr/19'

9b10a8b2eeb7777cf0a0ec1d7857d468aa39411e authored over 8 years ago