<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/install.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'install.pecl.php',
    1 => 'Instala&ccedil;&atilde;o das extens&otilde;es PECL',
    2 => 'Instala&ccedil;&atilde;o das extens&otilde;es PECL',
  ),
  'up' => 
  array (
    0 => 'install.php',
    1 => 'Instala&ccedil;&atilde;o e Configura&ccedil;&atilde;o',
  ),
  'prev' => 
  array (
    0 => 'install.fpm.configuration.php',
    1 => 'Configura&ccedil;&atilde;o',
  ),
  'next' => 
  array (
    0 => 'install.pecl.intro.php',
    1 => 'Introdu&ccedil;&atilde;o &agrave;s Instala&ccedil;&otilde;es PECL',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'install/pecl.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/install.pecl.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="install.pecl" class="chapter">
 <h1 class="title">Instalação das extensões PECL</h1>
<h2>Índice</h2><ul class="chunklist chunklist_chapter"><li><a href="install.pecl.intro.php">Introdu&ccedil;&atilde;o &agrave;s Instala&ccedil;&otilde;es PECL</a></li><li><a href="install.pecl.downloads.php">Baixando extens&otilde;es PECL</a></li><li><a href="install.pecl.windows.php">Instalando uma extens&atilde;o PHP no Windows</a></li><li><a href="install.pecl.pear.php">Compilando extens&otilde;es PECL compartilhadas com o comando pecl</a></li><li><a href="install.pecl.phpize.php">Compilando extens&otilde;es PECL compartilhadas com phpize</a></li><li><a href="install.pecl.php-config.php">php-config</a></li><li><a href="install.pecl.static.php">Compilando extens&otilde;es PECL estaticamente no PHP</a></li></ul>


 

 

 

 

 

 

 
</div>
<?php manual_footer($setup); ?>