<?php
$TOC = array (
  0 => 
  array (
    0 => 'install.unix.debian.php',
    1 => 'Debian GNU/Linux 及其相关发行版上从软件包中安装 PHP',
  ),
  1 => 
  array (
    0 => 'install.unix.dnf.php',
    1 => '在使用 DNF 的 GNU/Linux 发行版上通过软件包安装',
  ),
  2 => 
  array (
    0 => 'install.unix.openbsd.php',
    1 => 'OpenBSD 上从软件包或者 ports 中安装 PHP',
  ),
  3 => 
  array (
    0 => 'install.unix.source.php',
    1 => '在 Unix 和 macOS 系统上以源码安装',
  ),
  4 => 
  array (
    0 => 'install.unix.commandline.php',
    1 => 'CGI 和命令行设置',
  ),
  5 => 
  array (
    0 => 'install.unix.apache2.php',
    1 => 'Unix 系统下的 Apache 2.x',
  ),
  6 => 
  array (
    0 => 'install.unix.nginx.php',
    1 => 'Unix 系统下的 Nginx 1.4.x',
  ),
  7 => 
  array (
    0 => 'install.unix.lighttpd-14.php',
    1 => 'Unix 平台的 Lighttpd 1.4',
  ),
  8 => 
  array (
    0 => 'install.unix.litespeed.php',
    1 => 'Unix 系统下的 LiteSpeed、OpenLiteSpeed Web 服务器',
  ),
  9 => 
  array (
    0 => 'install.unix.solaris.php',
    1 => '针对 Solaris 的安装提示',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'install.php',
    1 => '安装与配置',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => '序言',
  ),
);