<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/install.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'install.pecl.php',
    1 => 'PECL 扩展安装',
    2 => 'PECL 扩展安装',
  ),
  'up' => 
  array (
    0 => 'install.php',
    1 => '安装与配置',
  ),
  'prev' => 
  array (
    0 => 'install.fpm.configuration.php',
    1 => '配置',
  ),
  'next' => 
  array (
    0 => 'install.pecl.intro.php',
    1 => 'PECL 安装介绍',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'install/pecl.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/install.pecl.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="install.pecl" class="chapter">
 <h1 class="title">PECL 扩展安装</h1>
<h2>目录</h2><ul class="chunklist chunklist_chapter"><li><a href="install.pecl.intro.php">PECL 安装介绍</a></li><li><a href="install.pecl.downloads.php">下载 PECL 扩展库</a></li><li><a href="install.pecl.windows.php">在 Windows 上安装 PHP 扩展</a></li><li><a href="install.pecl.pear.php">用 PEAR 编译共享 PECL 扩展库</a></li><li><a href="install.pecl.phpize.php">用 phpize 编译共享 PECL 扩展库</a></li><li><a href="install.pecl.php-config.php">php-config</a></li><li><a href="install.pecl.static.php">将 PECL 扩展库静态编译入 PHP</a></li></ul>

 
 
 
 

 

 
 
 

 
 
 
</div>
<?php manual_footer($setup); ?>