<?php
$TOC = array (
  0 => 
  array (
    0 => 'install.pecl.intro.php',
    1 => 'Introducci&oacute;n a las instalaciones PECL',
  ),
  1 => 
  array (
    0 => 'install.pecl.downloads.php',
    1 => 'Descarga de extensiones PECL',
  ),
  2 => 
  array (
    0 => 'install.pecl.windows.php',
    1 => 'Instalaci&oacute;n de una extensi&oacute;n PHP en Windows',
  ),
  3 => 
  array (
    0 => 'install.pecl.pear.php',
    1 => 'Compilaci&oacute;n de extensiones PECL compartidas con el comando pecl',
  ),
  4 => 
  array (
    0 => 'install.pecl.phpize.php',
    1 => 'Compilaci&oacute;n de extensiones PECL compartidas con phpize',
  ),
  5 => 
  array (
    0 => 'install.pecl.php-config.php',
    1 => 'php-config',
  ),
  6 => 
  array (
    0 => 'install.pecl.static.php',
    1 => 'Compilaci&oacute;n de extensiones PECL est&aacute;ticamente en PHP',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'install.php',
    1 => 'Instalaci&oacute;n y configuraci&oacute;n',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => 'Prefacio',
  ),
);