<?php
$TOC = array (
  0 => 
  array (
    0 => 'install.general.php',
    1 => '安装前需要考虑的事项',
  ),
  1 => 
  array (
    0 => 'install.unix.php',
    1 => '在 Unix 系统上安装 PHP',
  ),
  2 => 
  array (
    0 => 'install.macosx.php',
    1 => 'macOS 系统下的安装',
  ),
  3 => 
  array (
    0 => 'install.windows.php',
    1 => 'Windows 系统下的安装',
  ),
  4 => 
  array (
    0 => 'install.cloud.php',
    1 => '云计算平台上的安装',
  ),
  5 => 
  array (
    0 => 'install.fpm.php',
    1 => 'FastCGI 进程管理器（FPM）',
  ),
  6 => 
  array (
    0 => 'install.pecl.php',
    1 => 'PECL 扩展安装',
  ),
  7 => 
  array (
    0 => 'install.composer.intro.php',
    1 => 'Composer 简介',
  ),
  8 => 
  array (
    0 => 'install.pie.intro.php',
    1 => 'PIE 简介',
  ),
  9 => 
  array (
    0 => 'configuration.php',
    1 => '运行时配置',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'index.php',
    1 => '序言',
  ),
);