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

contributors($setup);

?>
<div id="ftp.installation" class="section">
 <h2 class="title">Installation</h2>
 <p class="para">
  Um die FTP-Funktionen zu verwenden, muss bei der Installation von PHP die
  Option <strong class="option configure">--enable-ftp</strong> verwendet werden.
 </p>
 <p class="para">
  In Autotools wird die SSL-Unterstützung für FTP implizit aktiviert, wenn es
  durch Verwendung der Konfigurationsoption
  <strong class="option configure">--with-openssl</strong> zusammen mit der Erweiterung
  <code class="literal">openssl</code> kompiliert wird. Wenn ohne die Erweiterung
  <code class="literal">openssl</code> kompiliert wird, kann die
  Autotools-Konfigurationsoption
  <strong class="option configure">--with-ftp-ssl</strong> verwendet werden, um die
  SSL-Unterstützung für FTP explizit zu aktivieren.
 </p>
 <p class="para">
  Unter Windows wird diese Erweiterung immer als Shared Extension kompiliert
  und muss daher in der <var class="filename">php.ini</var> aktiviert werden.
 </p>

 <div class="simplesect">
  <h3 class="title">Changelog</h3>
  <p class="para">
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>Version</th>
       <th>Beschreibung</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>8.4.0</td>
       <td>
        Die Autotools-Konfigurationsoption
        <strong class="option configure">--with-openssl-dir</strong> wurde zugunsten
        der neuen Option <strong class="option configure">--with-ftp-ssl</strong>
        entfernt, die die SSL-Unterstützung für FTP explizit aktiviert, wenn
        ohne die Erweiterung <code class="literal">openssl</code> kompiliert wird.
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>
</div><?php manual_footer($setup); ?>