mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
024838e139
commit
387476d59b
1 changed files with 3 additions and 3 deletions
|
@ -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 && 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 && ./configure && make</literal> to generate
|
||||
<literal>ssh2.so</literal>.
|
||||
Once built, continue the installation from step 4 above.
|
||||
</simpara>
|
||||
|
|
Loading…
Reference in a new issue