<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/appendices.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'history.php',
    1 => 'PHP 及其相关项目的历史',
    2 => 'PHP 及其相关项目的历史',
  ),
  'up' => 
  array (
    0 => 'appendices.php',
    1 => '附录',
  ),
  'prev' => 
  array (
    0 => 'appendices.php',
    1 => '附录',
  ),
  'next' => 
  array (
    0 => 'history.php.php',
    1 => 'PHP 的历史',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'appendices/history.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/history.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="history" class="appendix">
 <h1 class="title">PHP 及其相关项目的历史</h1>
<h2>目录</h2><ul class="chunklist chunklist_appendix"><li><a href="history.php.php">PHP 的历史</a></li><li><a href="history.php.related.php">PHP 相关项目的历史</a></li><li><a href="history.php.books.php">PHP 相关书籍</a></li><li><a href="history.php.publications.php">PHP 相关出版物</a></li></ul>

 <p class="para">
  自 1990 年代中期诞生以来，PHP 取得了长足的进步。从简陋的开始到成为最杰出的网络驱动语言之一，PHP
  的发展是极客的童话。请注意，这种爆炸式增长并非易事。有兴趣想简要了解 PHP 如何发展成为现在的样子，请继续阅读，如果想了解一段
  Internet 历史，可以在 <a href="https://museum.php.net/" class="link external">&raquo;&nbsp;PHP 博物馆</a>中找到旧版本的 PHP。
 </p>

 

 

 
 
 

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