<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/quickhash.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'quickhash.installation.php',
    1 => 'Kurulum',
    2 => 'Kurulum',
  ),
  'up' => 
  array (
    0 => 'quickhash.setup.php',
    1 => 'Yapılandırma/Kurulum',
  ),
  'prev' => 
  array (
    0 => 'quickhash.requirements.php',
    1 => 'Gereksinimler',
  ),
  'next' => 
  array (
    0 => 'quickhash.examples.php',
    1 => '&Ouml;rnekler',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/quickhash/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="quickhash.installation" class="section">
  <h2 class="title">Kurulum</h2>
  <p class="simpara">
   Bu PECL eklentisini kurma bilgisi kılavuzun <a href="install.pecl.php" class="link">PECL eklentisinin
kurulması</a> başlıklı faslında bulunabilir. Yeni dağıtımlar, indirmeler,
kaynak dosyaları, sürdürücü bilgileri ve CHANGELOG gibi ek bilgiler şu adreste
bulunabilir: 
   <a href="https://pecl.php.net/package/quickhash" class="link external">&raquo;&nbsp;https://pecl.php.net/package/quickhash</a>
  </p>
 </div><?php manual_footer($setup); ?>