How to use ssh2 in PHP 8.0? – PHP Versions
I read through all the incompatibilities prior to installing php 8 updates only to find out way too late that there is no support for the ssh2 extension yet that I can find. I am hoping that I am just…
I read through all the incompatibilities prior to installing php 8 updates only to find out way too late that there is no support for the ssh2 extension yet that I can find. I am hoping that I am just…
I want to install ssh2 on Linux server, with Centos 7 and PHP 7.3 Tried following steps: yum install gcc php-devel libssh2 libssh2-devel php-pear make pecl install -f ssh2 Step 2 gave make error Step 2 error Step 2 error…