<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'history.php.publications.php',
    1 => 'Publications &agrave; propos de PHP',
    2 => 'Publications &agrave; propos de PHP',
  ),
  'up' => 
  array (
    0 => 'history.php',
    1 => 'Histoire de PHP et des projets li&eacute;s',
  ),
  'prev' => 
  array (
    0 => 'history.php.books.php',
    1 => 'Livres traitant de PHP',
  ),
  'next' => 
  array (
    0 => 'examples.php',
    1 => '&Agrave; propos des exemples du manuel',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    '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 à propos de PHP</h2>
  <p class="para">
   À notre connaissance, le premier article consacré à PHP
   dans un magazine papier fut publié dans la version tchèque de Computerworld,
   au printemps 1998, et se rapportait à PHP 3.0. Comme pour les livres, ce
   fut le premier d&#039;une longue série d&#039;articles publiés dans un nombre important
   de magazines.
  </p>
  <p class="para">
   Des articles sur PHP ont été publiés dans Dr. Dobbs, Linux Enterprise,
   Linux Magazine et bien d&#039;autres. Il existe même des articles sur la migration 
   d&#039;applications ASP vers PHP sous Windows dans la bibliothèque
   <abbr title="Microsoft Developer Network">MSDN</abbr> de <span class="productname">Microsoft</span>.
  </p>
 </div><?php manual_footer($setup); ?>