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

contributors($setup);

?>
<div id="recode.installation" class="section">
 <h2 class="title">安装</h2>

 <div class="section" id="recode.installation.php74">
  <h2 class="title">PHP 7.4</h2>
  <p class="simpara">
   此扩展已被移至 <a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a> 资源库；不再与 PHP 捆绑，从 PHP 7.4.0
  </p>
  <p class="simpara">
   安装此 PECL 扩展相关的信息可在手册中标题为
<a href="install.pecl.php" class="link">PECL
扩展的安装</a>章节中找到。更多信息如新的发行版本、下载、源文件、
维护人员信息及变更日志等，都在此处：
   <a href="https://pecl.php.net/package/recode" class="link external">&raquo;&nbsp;https://pecl.php.net/package/recode</a>.
  </p>
 </div>

 <div class="section" id="recode.installation.phplt74">
  <h2 class="title">PHP &lt; 7.4</h2>
  <p class="simpara">
   To be able to use the functions defined in this
   module you must compile your PHP interpreter using the
   <strong class="option configure">--with-recode[=DIR]</strong>
   option.
  </p>
  <div class="warning"><strong class="warning">警告</strong>
   <p class="simpara">
    Crashes and startup problems of PHP may be encountered
    when loading the recode as extension <strong>after</strong> loading any extension of <a href="ref.mysql.php" class="link">mysql</a> or <a href="ref.imap.php" class="link">imap</a>. Loading the recode before those
    extension has proved to fix the problem.  This is due a technical problem
    that both the c-client library used by imap and recode have their own
    <code class="literal">hash_lookup()</code> function and both mysql and recode have
    their own <code class="literal">hash_insert</code> function.
   </p>
  </div>
  <div class="warning"><strong class="warning">警告</strong><p class="simpara"><a href="book.imap.php" class="link">IMAP</a>，<a href="book.recode.php" class="link">recode</a>，和 <a href="book.yaz.php" class="link">YAZ</a>
扩展不能同时使用，因为它们共享了相同 的内部符号。注意：Yaz
2.0 及以上版本不存在此问题。</p></div>
 </div>
</div><?php manual_footer($setup); ?>