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

contributors($setup);

?>
<div id="zmq.installation" class="section">
  <h2 class="title">Kurulum</h2>

  <p class="para">
   Bu eklentinin geliştirmesi durmuştur. Ancak, kaynak
kodu <abbr title="PHP Extension and Application Repository">PECL</abbr>
<abbr>SVN</abbr> deposunda
bulunabilir. Yeri: 
   <a href="https://pecl.php.net/package/zmq" class="link external">&raquo;&nbsp;https://pecl.php.net/package/zmq</a>
  </p>
  <p class="para">
   Bu
<abbr title="PHP Extension and Application Repository">PECL</abbr> eklentisi için
Windows kütüphaneleri (<abbr title="Dynamic Link Library">DLL</abbr>
dosyaları) PECL sitesinde mevcuttur.
  </p>
 </div><?php manual_footer($setup); ?>