Why does the ssh2 PECL extension have its own complete
installation documentation? Rather then duplicate this
information for every extension it would be nice to expand
the installation.pecl docs to cover more, and refer to it,
and only include extension specific information in
installation.xml

Regards,
Philip

On Tue, 1 Mar 2005, Sara Golemon wrote:

> pollita               Tue Mar  1 17:31:00 2005 EDT
> 
>   Modified files:              
>     /phpdoc/en/reference/ssh2 installation.xml 
>   Log:
>   Typo: Forgot --with-ssh2 parameter
>   
> http://cvs.php.net/diff.php/phpdoc/en/reference/ssh2/installation.xml?r1=1.2&r2=1.3&ty=u
> Index: phpdoc/en/reference/ssh2/installation.xml
> diff -u phpdoc/en/reference/ssh2/installation.xml:1.2 
> phpdoc/en/reference/ssh2/installation.xml:1.3
> --- phpdoc/en/reference/ssh2/installation.xml:1.2     Mon Feb 21 21:07:11 2005
> +++ phpdoc/en/reference/ssh2/installation.xml Tue Mar  1 17:31:00 2005
> @@ -1,5 +1,5 @@
>  <?xml version='1.0' encoding='iso-8859-1'?>
> -<!-- $Revision: 1.2 $ -->
> +<!-- $Revision: 1.3 $ -->
>  <section id="ssh2.installation">
>   &reftitle.install;
>   <simpara>
> @@ -86,8 +86,8 @@
>     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 &amp;&amp; ./configure &amp;&amp; make</literal> to 
> generate
> -   <literal>ssh2.so</literal>.
> +   <literal>phpize &amp;&amp; ./configure --with-ssh2 &amp;&amp; 
> make</literal>
> +   to generate <literal>ssh2.so</literal>.
>     Once built, continue the installation from step 4 above.
>    </simpara>
>   </tip>
> 

Reply via email to