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

contributors($setup);

?>
<div id="lzf.installation" class="section">
 <h2 class="title">安装</h2>
 <p class="simpara">
  此 <a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a> 扩展未与 PHP 捆绑。
  安装此 PECL 扩展相关的信息可在手册中标题为
<a href="install.pecl.php" class="link">PECL
扩展的安装</a>章节中找到。更多信息如新的发行版本、下载、源文件、
维护人员信息及变更日志等，都在此处：
  <a href="https://pecl.php.net/package/lzf" class="link external">&raquo;&nbsp;https://pecl.php.net/package/lzf</a>.
 </p>
 <p class="simpara">
  In order to use these functions you must compile PHP with lzf support
  by using the <strong class="option configure">--with-lzf[=DIR]</strong>
  configure option.  You may also pass
  <strong class="option configure">--enable-lzf-better-compression</strong> to
  optimize LZF for space rather than speed.
 </p>
 <p class="simpara">
  Windows users will enable <var class="filename">php_lzf.dll</var> inside
  of <var class="filename">php.ini</var> in order to use these functions.
 </p>
</div><?php manual_footer($setup); ?>