<?php
$TOC = array (
  0 => 
  array (
    0 => 'install.windows.recommended.php',
    1 => 'Windows 系统下的推荐配置',
  ),
  1 => 
  array (
    0 => 'install.windows.manual.php',
    1 => '手动安装预编译的二进制文件',
  ),
  2 => 
  array (
    0 => 'install.windows.apache2.php',
    1 => '在Windows系统上安装 Apache 2.x',
  ),
  3 => 
  array (
    0 => 'install.windows.iis.php',
    1 => 'Windows 上与 IIS 安装',
  ),
  4 => 
  array (
    0 => 'install.windows.tools.php',
    1 => '用于安装 PHP 的第三方工具',
  ),
  5 => 
  array (
    0 => 'install.windows.building.php',
    1 => '从源程序编译',
  ),
  6 => 
  array (
    0 => 'install.windows.commandline.php',
    1 => '在 Windows 系统的命令行上运行 PHP',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'install.php',
    1 => '安装与配置',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => '序言',
  ),
);