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

contributors($setup);

?>
<div id="imagick.installation" class="section">
  <h2 class="title">Installation</h2>
  <p class="para">
   Diese <a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a>-Erweiterung ist nicht Teil von PHP.
  </p>
  <p class="para">
   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/imagick" class="link external">&raquo;&nbsp;https://pecl.php.net/package/imagick</a>.
  </p>
  <blockquote class="note"><p><strong class="note">Hinweis</strong>: 
   <span class="simpara">The official name of this extension is <em>imagick</em>.</span>
  </p></blockquote>
  <p class="para">
    Windows users can download prebuilt DLL from the <a href="https://pecl.php.net/package/imagick" class="link external">&raquo;&nbsp;PECL</a> website.
    These packages already contain the extension DLL (<var class="filename">php_imagick.dll</var>)
    which needs to be put into the <a href="ini.core.php#ini.extension-dir" class="link">extension_dir</a>.
    They also contain the ImageMagick DLLs, which need to be put somewhere in the <var class="envar">PATH</var>.
    As of Imagick 3.6.0, they also contain XML configuration files in <var class="filename">config</var>;
    to use these instead of the built-in defaults, they need to put into <code class="literal">%USERPROFILE%/.config/ImageMagick</code>,
    or alternatively in the path given by the environment variable <var class="envar">MAGICK_CONFIGURE_PATH</var>.
    Refer to the <a href="http://www.imagemagick.org/script/resources.php" class="link external">&raquo;&nbsp;ImageMagick configuration files documentation</a>
    for further details.
  </p>
 </div><?php manual_footer($setup); ?>