<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/parle.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'parle.installation.php',
    1 => 'Installation',
    2 => 'Installation',
  ),
  'up' => 
  array (
    0 => 'parle.setup.php',
    1 => 'Installation/Configuration',
  ),
  'prev' => 
  array (
    0 => 'parle.requirements.php',
    1 => 'Pr&eacute;-requis',
  ),
  'next' => 
  array (
    0 => 'parle.constants.php',
    1 => 'Constantes pr&eacute;-d&eacute;finies',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/parle/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="parle.installation" class="section">
  <h2 class="title">Installation</h2>
  <p class="para">
       Cette extension <a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a> n&#039;est pas intégrée à PHP.
  </p>
  <p class="para">
    Des informations sur l&#039;installation de ces extensions PECL
        peuvent être trouvées dans le chapitre du manuel intitulé <a href="install.pecl.php" class="link">Installation
des extensions PECL</a>. D&#039;autres informations comme les notes sur les nouvelles
        versions, les téléchargements, les sources des fichiers, les informations concernant les mainteneurs
        ainsi qu&#039;un CHANGELOG, peuvent être trouvées ici :
  <a href="https://pecl.php.net/package/parle" class="link external">&raquo;&nbsp;https://pecl.php.net/package/parle</a>.
  </p>
  <p class="para">
   <table class="doctable table">
    <caption><strong>Options de configuration disponibles</strong></caption>
    
     <thead>
      <tr>
       <th>Option</th><th>Description</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>--enable-parle</td><td>Activation de l&#039;extension parle.</td>
      </tr>

      <tr>
       <td>--enable-parle-utf32</td><td>Activation du support interne UTF-32. Disponible depuis parle 0.7.2.</td>
      </tr>

     </tbody>
    
   </table>

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