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

contributors($setup);

?>
<div id="zlib.installation" class="section">
 <h2 class="title">Kurulum</h2>
 <p class="para">
  Zlib desteği PHP&#039;de öntanımlı olarak etkin değildir. Etkin olması için PHP&#039;yi
  <strong class="option configure">--with-zlib[=DiZiN]</strong> seçeneği ile
  derlemelisiniz.
 </p>
 <p class="simpara">
PHP&#039;nin Windows sürümünde bu eklenti
yerleşik olarak gelmektedir. Bu işlevleri Windows&#039;ta kullanmak için
herhangi bir eklenti kurulmasına gerek yoktur.</p>
</div><?php manual_footer($setup); ?>