<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ssh2.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'ssh2.requirements.php',
    1 => 'Requirements',
    2 => 'Requirements',
  ),
  'up' => 
  array (
    0 => 'ssh2.setup.php',
    1 => 'Installing/Configuring',
  ),
  'prev' => 
  array (
    0 => 'ssh2.setup.php',
    1 => 'Installing/Configuring',
  ),
  'next' => 
  array (
    0 => 'ssh2.installation.php',
    1 => 'Installation',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ssh2/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ssh2.requirements" class="section">
  <h2 class="title">Requirements</h2>
  <p class="simpara">
   The
   <a href="http://www.openssl.org/" class="link external">&raquo;&nbsp;OpenSSL</a> and
   <a href="http://libssh2.org/" class="link external">&raquo;&nbsp;libssh2</a> libraries
   are required. Ensure that the development libraries are installed,
   where a typical package name might be <code class="literal">openssl-dev</code>.
  </p>
  <p class="simpara">
   Version 1.2 or newer of the libssh2 library is required, although
   it&#039;s possible newer releases of pecl/ssh2 may require newer
   versions (see the release notes).
  </p>
  <p class="simpara">
   The <span class="function"><a href="function.ssh2-auth-agent.php" class="function">ssh2_auth_agent()</a></span> function will only be available
   with libssh &gt;= 1.2.3.
  </p>
  <p class="simpara">
   support for <span class="function"><a href="function.stream-set-timeout.php" class="function">stream_set_timeout()</a></span> to channel streams
   will only be available with libssh &gt;= 1.2.9.
  </p>
  <p class="simpara">
   Libssh2 comes in two flavours: gcrypt or openssl. Some Linux
   distributions build libssh2 with the gcrypt library, some use openssl.
   Libssh2 has some issues when compiled with gcrypt, please use openssl.
  </p>
 </div><?php manual_footer($setup); ?>