diff --git a/reference/ssh2/installation.xml b/reference/ssh2/installation.xml index 1c396a6240..6abb31b387 100644 --- a/reference/ssh2/installation.xml +++ b/reference/ssh2/installation.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -38,7 +38,7 @@ extension=php_ssh2.dll Download and install libssh2. Typically this means executing the following command from - the libssh2 source tree. ./configure && make all install. + the libssh2 source tree. ./configure && make all install. @@ -86,7 +86,7 @@ extension=php_ssh2.dll download and install PECL/ssh2, you may download the tarball from PECL. From the root of the unpacked tarball, run: - phpize && ./configure && make to generate + phpize && ./configure && make to generate ssh2.so. Once built, continue the installation from step 4 above.