pollita Mon Feb 21 21:07:12 2005 EDT
Modified files:
/phpdoc/en/reference/ssh2 installation.xml
Log:
make test didn't catch this...
http://cvs.php.net/diff.php/phpdoc/en/reference/ssh2/installation.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/ssh2/installation.xml
diff -u phpdoc/en/reference/ssh2/installation.xml:1.1
phpdoc/en/reference/ssh2/installation.xml:1.2
--- phpdoc/en/reference/ssh2/installation.xml:1.1 Mon Feb 21 19:18:16 2005
+++ phpdoc/en/reference/ssh2/installation.xml Mon Feb 21 21:07:11 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<section id="ssh2.installation">
&reftitle.install;
<simpara>
@@ -38,7 +38,7 @@
<simpara>
Download and install <ulink url="&url.libssh2;">libssh2</ulink>.
Typically this means executing the following command from
- the libssh2 source tree. <literal>./configure && make all
install</literal>.
+ the libssh2 source tree. <literal>./configure && make all
install</literal>.
</simpara>
</listitem>
@@ -86,7 +86,7 @@
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>phpize && ./configure && make</literal> to generate
<literal>ssh2.so</literal>.
Once built, continue the installation from step 4 above.
</simpara>