<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'history.php.publications.php',
    1 => 'Publications about PHP',
    2 => 'Publications about PHP',
  ),
  'up' => 
  array (
    0 => 'history.php',
    1 => 'History of PHP and Related Projects',
  ),
  'prev' => 
  array (
    0 => 'history.php.books.php',
    1 => 'Books about PHP',
  ),
  'next' => 
  array (
    0 => 'examples.php',
    1 => 'About manual examples',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    '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">Publications about PHP</h2>
  <p class="para">
   To the best of our knowledge, the first article about PHP in
   a hard-copy magazine was published in the Czech mutation of
   Computerworld in the spring of 1998, and covered PHP 3.0. As with
   books, this was the first in a series of many articles published
   about PHP in various prominent magazines.
  </p>
  <p class="para">
   Articles about PHP appeared in Dr. Dobbs, Linux Enterprise,
   Linux Magazine and many more. Articles about migrating ASP-based
   applications to PHP under Windows even appear on <span class="productname">Microsoft</span>&#039;s
   very own <abbr title="Microsoft Developer Network">MSDN</abbr>!
  </p>
 </div><?php manual_footer($setup); ?>