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

contributors($setup);

?>
<div id="expect.installation" class="section">
 <h2 class="title">Installation</h2>
 <p class="simpara">
  Diese <a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a>-Erweiterung ist nicht Teil von PHP.
  Information zur Installation dieser PECL-Erweiterung
finden sie im Kapitel <a href="install.pecl.php" class="link">Installation von PECL-Erweiterungen</a>.
Zusätzliche Informationen wie neue Releases, Downloads,
Quelldateien, Maintainerinformation und ein CHANGELOG finden Sie hier: 
  <a href="https://pecl.php.net/package/expect" class="link external">&raquo;&nbsp;https://pecl.php.net/package/expect</a>.
 </p>
 <p class="simpara">
  In order to use these functions you must compile PHP with expect support
  by using the <strong class="option configure">--with-expect[=DIR]</strong>
  configure option.
 </p>
 <p class="simpara">
  Windows users will enable <var class="filename">php_expect.dll</var> inside
  of <var class="filename">php.ini</var> in order to use these functions.
  Eine <abbr title="Dynamic Link Library">DLL</abbr>-Datei für diese
<abbr title="PHP Extension and Application Repository">PECL</abbr>-Erweiterung steht derzeit nicht zur Verfügung.
Weitere Details finden Sie im Abschnitt zum
<a href="install.windows.building.php" class="link">Kompilieren für Windows</a>.
 </p>
</div><?php manual_footer($setup); ?>