Installing SSH2 Extension for PHP on CentOS 五

Installing SSH2 Extension for PHP on CentOS 5Installing the SSH2 PHP extension on CentOS is actuall

Installing SSH2 Extension for PHP on CentOS 5

Installing the SSH2 PHP extension on CentOS is actually pretty simple. Although it isn’t available as a straight yum install, it boils down to a few short steps.

Firstly, we’re going to install the dependencies:

?

/etc/init.d/httpd restartphp -m | grep ssh2
?