<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'zmq.installation.php',
    1 => 'Installation',
    2 => 'Installation',
  ),
  'up' => 
  array (
    0 => 'zmq.setup.php',
    1 => 'Installing/Configuring',
  ),
  'prev' => 
  array (
    0 => 'zmq.requirements.php',
    1 => 'Requirements',
  ),
  '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">Installation</h2>

  <p class="para">
   This extension is considered unmaintained and dead. However, the source code for
this extension is still available within <abbr title="PHP Extension and Application Repository">PECL</abbr>
<abbr>SVN</abbr> here: 
   <a href="https://pecl.php.net/package/zmq" class="link external">&raquo;&nbsp;https://pecl.php.net/package/zmq</a>
  </p>
  <p class="para">
   Windows binaries (<abbr title="Dynamic Link Library">DLL</abbr> files)
for this <abbr title="PHP Extension and Application Repository">PECL</abbr> extension are available from the PECL website.
  </p>
 </div><?php manual_footer($setup); ?>