Answer the question
In order to leave comments, you need to log in
How to install php8.0-ssh2?
I wanted to try php8 in my free time.
How to put the ssh2 extension in 8-ke?
axis debian10,ubuntu20.04
Answer the question
In order to leave comments, you need to log in
https://github.com/remicollet/pecl-networking-ssh2...
For docker (an image based on official php) this is done in 5 lines:
RUN docker-php-source extract \
&& mkdir -p /usr/src/php/ext/ssh2 \
&& curl -fsSL https://github.com/php/pecl-networking-ssh2/archive/master.tar.gz | tar xvz -C /usr/src/php/ext/ssh2 --strip 1 \
&& docker-php-ext-install ssh2 \
&& docker-php-source delete
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question