didou Thu Jan 13 11:41:31 2005 EDT
Modified files: /phpdoc/en/reference/ssh2/functions ssh2-connect.xml Log: fix example (user note) http://cvs.php.net/diff.php/phpdoc/en/reference/ssh2/functions/ssh2-connect.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/ssh2/functions/ssh2-connect.xml diff -u phpdoc/en/reference/ssh2/functions/ssh2-connect.xml:1.4 phpdoc/en/reference/ssh2/functions/ssh2-connect.xml:1.5 --- phpdoc/en/reference/ssh2/functions/ssh2-connect.xml:1.4 Wed Dec 29 11:06:16 2004 +++ phpdoc/en/reference/ssh2/functions/ssh2-connect.xml Thu Jan 13 11:41:30 2005 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. --> <refentry id="function.ssh2-connect"> <refnamediv> @@ -244,7 +244,7 @@ $callbacks = array('disconnect' => 'my_ssh_disconnect'); $connection = ssh2_connect('shell.example.com', 22, $methods, $callbacks); -if (!$connect) die('Connection failed'); +if (!$connection) die('Connection failed'); ?> ]]> </programlisting>