PHP - Call to undefined function ssh2_connect

Error: Call to undefined function ssh2_connect()
Steps for installing the extension package on (Ubuntu) Debian systems:

> sudo apt-get install libssh2-php
Restart APACHE to take effect
> sudo /etc/init.d/apache2 restart

Comments