pollita Tue Mar 1 17:31:00 2005 EDT
Modified files: /phpdoc/en/reference/ssh2 installation.xml Log: Typo: Forgot --with-ssh2 parameter http://cvs.php.net/diff.php/phpdoc/en/reference/ssh2/installation.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/ssh2/installation.xml diff -u phpdoc/en/reference/ssh2/installation.xml:1.2 phpdoc/en/reference/ssh2/installation.xml:1.3 --- phpdoc/en/reference/ssh2/installation.xml:1.2 Mon Feb 21 21:07:11 2005 +++ phpdoc/en/reference/ssh2/installation.xml Tue Mar 1 17:31:00 2005 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <section id="ssh2.installation"> &reftitle.install; <simpara> @@ -86,8 +86,8 @@ download and install PECL/ssh2, you may download the tarball from <ulink url="&url.pecl.package;ssh2">PECL</ulink>. From the root of the unpacked tarball, run: - <literal>phpize && ./configure && make</literal> to generate - <literal>ssh2.so</literal>. + <literal>phpize && ./configure --with-ssh2 && make</literal> + to generate <literal>ssh2.so</literal>. Once built, continue the installation from step 4 above. </simpara> </tip>