Posted by J.O. Aho on 07/01/05 22:25
Cal Lidderdale wrote:
> First time trying to so php-ssh stuff. Copied the basic example off the
> php.net page and got ...
>
> Fatal error: Call to undefined function: ssh2_connect()
>
> php -v
> PHP 4.3.1 (cli) (built: Aug 4 2003 21:40:18)
>
> Do I have to upgrade to the L&G? or can I just ftp something over?
The version of PHP you have don't support ssh2_connect(), you need to
recompile your PHP with ssh support.
//Aho
[Back to original message]
|