Koozali.org: home of the SME Server

PHP and libssh2

Offline madadam

  • *
  • 149
  • +0/-0
    • http://www.extremetourist.com
PHP and libssh2
« on: December 31, 2011, 12:40:07 PM »
Has anyone had any experience or can offer any guidance in installing the SSH2 PECL extension into PHP?

Cheers,

Adam
...

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: PHP and libssh2
« Reply #1 on: December 31, 2011, 01:23:44 PM »
setup Dag's repo as per Wiki howto

then
Code: [Select]
yum --enablerepo=dag install php-pecl-ssh2

that's all :-)

Offline madadam

  • *
  • 149
  • +0/-0
    • http://www.extremetourist.com
Re: PHP and libssh2
« Reply #2 on: January 01, 2012, 04:25:40 AM »
Cheers Stafano, it worked a treat.

Now to install the php-SOAP extension, but I going to do that on 8.0 b7. Any tips?

Adam
...