This topic is locked
[SOLVED]

activation of libssh2 to internal php interpreter

3/20/2023 11:30:38 AM
PHPRunner General questions
T
telematics author

dear community,

is there a way, to install and activate the libssh2 library to the integrated php interpreter of phprunner? (in detail: $ apt-get install libssh2-1-dev
$ pecl install -a ssh2-1.3)

I want to use some sftp features (get and put of files from/to a remote server) which needs this library. see here: https://sftptogo.com/blog/php-sftp/

in my productive environment with access of the php configurations the sftp features are already working, but I want to test it during development on my local machine with the phprunner instance.

thank you
Helmut

admin 3/20/2023

The easiest option is to install the software like XAMPP and use it for a local testing. You can customize it according to your liking.