make test didn't catch this...

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180408 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2005-02-22 02:07:11 +00:00
parent 024838e139
commit 387476d59b

View file

@ -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 @@ extension=php_ssh2.dll
<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 &amp;&amp; make all install</literal>.
</simpara>
</listitem>
@ -86,7 +86,7 @@ extension=php_ssh2.dll
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 &amp;&amp; ./configure &amp;&amp; make</literal> to generate
<literal>ssh2.so</literal>.
Once built, continue the installation from step 4 above.
</simpara>