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

contributors($setup);

?>
<div id="geoip.requirements" class="section">
  <h2 class="title">需求</h2>
  <p class="simpara">
   这个扩展要求系统安装了 GeoIP C 语言库的1.4.0及以上版本。可通过以下链接
   <a href="http://www.maxmind.com/app/c" class="link external">&raquo;&nbsp;http://www.maxmind.com/app/c</a>
   下载编译该库。
  </p>
  <p class="simpara">
   默认情况下只能使用免费的 GeoIP Country 或者 GeoLite City 的数据库。然而这个模块可以使用其他类型的数据库，但必须从以下链接购买商业许可
   <a href="http://www.maxmind.com/" class="link external">&raquo;&nbsp;Maxmind</a>。
  </p>
 </div><?php manual_footer($setup); ?>