I’ve recently wrote a small library for SSH2 module for php to use with codeigniter.
the usage is the way you are used to it:
you can autoload the library from the autoload config file:
$autoload['libraries'] = array(’session’,'SSH’,'table’);
or the regular way:
$this->load->library(’SSH’);
and use it the way you want.
use it wisely.
Five tools to help CIOs and IT project managers keep their projects on-track and on-schedule — without blowing the budget!
Go to Source
hi all today i will install the GPG PHP extension on an Ubuntu Server 9.04
first we will install some preliminary stuff:
aptitude install php5-dev
aptitude search gpgme
aptitude install libgpgme11 libgpgme11-dev
pecl install gnupg
at the end we insert to php.ini the following:
extension=gnupg.so