<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/history.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'history.php.publications.php',
    1 => 'PHP 相关出版物',
    2 => 'PHP 相关出版物',
  ),
  'up' => 
  array (
    0 => 'history.php',
    1 => 'PHP 及其相关项目的历史',
  ),
  'prev' => 
  array (
    0 => 'history.php.books.php',
    1 => 'PHP 相关书籍',
  ),
  'next' => 
  array (
    0 => 'examples.php',
    1 => 'About manual examples',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'appendices/history.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="history.php.publications" class="sect1">
  <h2 class="title">PHP 相关出版物</h2>
  <p class="para">
   据我们所知，纸质杂志上第一篇关于 PHP 的文章于 1998 年春天的捷克版 Computerworld 发表，其中涵盖了 PHP 3.0。和书籍一样，这也是在各种知名杂志上发表的许多关于 PHP 的文章中的第一篇。
  </p>
  <p class="para">
   关于 PHP 的文章出现在 Dr. Dobbs、Linux Enterprise、Linux Magazine 等杂志上。关于在 Windows 下如何转换 ASP 程序到 PHP
   的文章甚至出现在了 <span class="productname">Microsoft</span> 的 <abbr title="Microsoft Developer Network">MSDN</abbr> 上！
  </p>
 </div><?php manual_footer($setup); ?>