<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/xhprof.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'xhprof.requirements.php',
    1 => '需求',
    2 => '需求',
  ),
  'up' => 
  array (
    0 => 'xhprof.setup.php',
    1 => '安装/配置',
  ),
  'prev' => 
  array (
    0 => 'xhprof.setup.php',
    1 => '安装/配置',
  ),
  'next' => 
  array (
    0 => 'xhprof.installation.php',
    1 => '安装',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'reference/xhprof/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="xhprof.requirements" class="section">
  <h2 class="title">需求</h2>
  <p class="para">
   虽然不是必需的，xhprof 包含了一个用 PHP 写的用户界面。
   它是一个用来保存分析后的数据、并用浏览器显示的实用办法。
   因此一个启用了 PHP 的 web 服务器将使人更能体验到 xhprof 的用处。
  </p>
  <p class="para">
   在 <a href="http://github.com/preinheimer/xhprof" class="link external">&raquo;&nbsp;http://github.com/preinheimer/xhprof</a> 也有一个 GUI 的分支。
  </p>
 </div><?php manual_footer($setup); ?>