Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: madadam on December 31, 2011, 12:40:07 PM

Title: PHP and libssh2
Post by: madadam 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
Title: Re: PHP and libssh2
Post by: Stefano on December 31, 2011, 01:23:44 PM
setup Dag's repo as per Wiki (http://wiki.contribs.org/Dag) howto

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

that's all :-)
Title: Re: PHP and libssh2
Post by: madadam 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