From 387476d59bfb5ff6be5f433c6e2a2cf3ad2f43a9 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Tue, 22 Feb 2005 02:07:11 +0000 Subject: [PATCH] make test didn't catch this... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180408 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ssh2/installation.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.