<?php
$TOC = array (
  0 => 
  array (
    0 => 'install.pecl.intro.php',
    1 => 'Introduction aux installations PECL',
  ),
  1 => 
  array (
    0 => 'install.pecl.downloads.php',
    1 => 'T&eacute;l&eacute;charger des extensions PECL',
  ),
  2 => 
  array (
    0 => 'install.pecl.windows.php',
    1 => 'Installer une extension PHP sous Windows',
  ),
  3 => 
  array (
    0 => 'install.pecl.pear.php',
    1 => 'Compilation d\'extensions PECL partag&eacute;es avec la commande pecl',
  ),
  4 => 
  array (
    0 => 'install.pecl.phpize.php',
    1 => 'Compilation des extensions partag&eacute;es avec phpize',
  ),
  5 => 
  array (
    0 => 'install.pecl.php-config.php',
    1 => 'php-config',
  ),
  6 => 
  array (
    0 => 'install.pecl.static.php',
    1 => 'Compilation des extensions PECL statiquement dans PHP',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'install.php',
    1 => 'Installation et configuration',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => 'Pr&eacute;face',
  ),
);