<?php
$TOC = array (
  0 => 
  array (
    0 => 'install.pecl.intro.php',
    1 => 'PECL 安装介绍',
  ),
  1 => 
  array (
    0 => 'install.pecl.downloads.php',
    1 => '下载 PECL 扩展库',
  ),
  2 => 
  array (
    0 => 'install.pecl.windows.php',
    1 => '在 Windows 上安装 PHP 扩展',
  ),
  3 => 
  array (
    0 => 'install.pecl.pear.php',
    1 => '用 PEAR 编译共享 PECL 扩展库',
  ),
  4 => 
  array (
    0 => 'install.pecl.phpize.php',
    1 => '用 phpize 编译共享 PECL 扩展库',
  ),
  5 => 
  array (
    0 => 'install.pecl.php-config.php',
    1 => 'php-config',
  ),
  6 => 
  array (
    0 => 'install.pecl.static.php',
    1 => '将 PECL 扩展库静态编译入 PHP',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'install.php',
    1 => '安装与配置',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => '序言',
  ),
);