<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/image.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'image.configuration.php',
    1 => 'Configuration &agrave; l\'ex&eacute;cution',
    2 => 'Configuration &agrave; l\'ex&eacute;cution',
  ),
  'up' => 
  array (
    0 => 'image.setup.php',
    1 => 'Installation/Configuration',
  ),
  'prev' => 
  array (
    0 => 'image.installation.php',
    1 => 'Installation',
  ),
  'next' => 
  array (
    0 => 'image.resources.php',
    1 => 'Types de ressources',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/image/ini.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="image.configuration" class="section">
 <h2 class="title">Configuration à l&#039;exécution</h2>
 <p class="simpara">Le comportement de ces fonctions est
affecté par la configuration dans le fichier <var class="filename">php.ini</var>.</p>
 <p class="para">
  <table class="doctable table">
   <caption><strong>Options de configuration image</strong></caption>
   
    <thead>
     <tr>
      <th>Nom</th>
      <th>Défaut</th>
      <th>Modifiable</th>
      <th>Historique</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td><a href="image.configuration.php#ini.gd.jpeg-ignore-warning" class="link">gd.jpeg_ignore_warning</a></td>
      <td>&quot;1&quot;</td>
      <td><strong><code>INI_ALL</code></strong></td>
      <td class="empty">&nbsp;</td>
     </tr>

    </tbody>
   
  </table>

  Pour plus de détails sur les modes INI_*,
        reportez-vous à <a href="configuration.changes.modes.php" class="xref">O&ugrave; une directive de configuration peut &ecirc;tre modifi&eacute;e</a>.
 </p>

 <p class="para">Voici un éclaircissement sur
l&#039;utilisation des directives de configuration.</p>

 <p class="para">
  <dl>
   
    <dt id="ini.gd.jpeg-ignore-warning"> 
     <code class="parameter">gd.jpeg_ignore_warning</code>
     <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span>
    </dt>
    <dd>
     <p class="para">
      Ignore les alertes (mais pas les erreurs) créées par libjpeg(-turbo).
     </p>
    </dd>
   
  </dl>
 </p>
 <p class="para">
  <table class="doctable table">
   <caption><strong>Historique pour <code class="literal">gd.jpeg_ignore_warning</code></strong></caption>
   
    <thead>
     <tr>
      <th>Version</th>
      <th>Description</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>7.1.0</td>
      <td>
       La valeur par défaut de gd.jpeg_ignore_warning a été changée de 0 à 1.
      </td>
     </tr>

    </tbody>
   
  </table>

 </p>
 <p class="para">
  Voir aussi les directives de configuration <a href="exif.configuration.php" class="link">exif</a>.
 </p>

 <div class="warning"><strong class="warning">Avertissement</strong>
  <p class="para">
   Les fonctions sur les images sont très gourmandes en termes de mémoire.
   Il faut s&#039;assurer de définir une valeur assez importante pour <a href="ini.core.php#ini.memory-limit" class="link">memory_limit</a> si l&#039;on utilise la bibliothèque GD intégrée.
  </p>
 </div>
</div><?php manual_footer($setup); ?>