php / pecl-networking-ssh2

Bindings for the libssh2 library
http://pecl.php.net/package/ssh2
Other
51 stars 58 forks source link

PHP 7.4 Comatibility #61

Closed jpswade closed 1 year ago

jpswade commented 2 years ago
% pecl install ssh2
pecl/ssh2 requires PHP (version >= 4.0.0, version <= 6.0.0), installed version is 7.4.20
No valid packages found
install failed
ryandesign commented 1 year ago

It already supports php 7 since version 1.0. Dunno why you're getting that error.

https://pecl.php.net/package-changelog.php?package=ssh2

langemeijer commented 1 year ago

pecl install ssh2-beta

Will do the trick.