Monthly Archives: May 2012

Install PECL SSH2 Extension on Ubuntu

This took me a short while to work out, so I thought I’d post here how I achieved this to save people some time. Check if you have the ssh2 extension installed: php -r "print_r(get_loaded_extensions());" If so, in the list … Continue reading

Posted in PHP | 1 Comment