標(biāo)題: php 與ssh擴(kuò)展的問(wèn)題 [打印本頁(yè)] 作者: rainbow125 時(shí)間: 2009-04-20 12:20 標(biāo)題: php 與ssh擴(kuò)展的問(wèn)題 我在win XP 下,怎么也不成功啊。。php 5.2.3 ,apache 2.2.11
ssh2_connect(): Unable to connect to ,總是這錯(cuò)誤,有哪位大蝦幫幫忙啊,偶在網(wǎng)上翻了好久了。。未果啊。。作者: bs 時(shí)間: 2009-04-20 19:10
你是怎么安裝擴(kuò)展的?
phpinfo()作者: ws00377531 時(shí)間: 2009-04-21 18:12
windows不成功 就先換一個(gè) *nix下的試試啊作者: HonestQiao 時(shí)間: 2009-04-22 23:55
<?php
/* Notify the user if the server terminates the connection */
function my_ssh_disconnect($reason, $message, $language) {
printf("Server disconnected with reason code [%d] and message: %s\n",
$reason, $message);
}