<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'image.configuration.php',
    1 => 'Runtime Configuration',
    2 => 'Runtime Configuration',
  ),
  'up' => 
  array (
    0 => 'image.setup.php',
    1 => 'Installing/Configuring',
  ),
  'prev' => 
  array (
    0 => 'image.installation.php',
    1 => 'Installation',
  ),
  'next' => 
  array (
    0 => 'image.resources.php',
    1 => 'Resource Types',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    '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">Runtime Configuration</h2>
 <p class="simpara">
The behaviour of these functions is affected by settings in <var class="filename">php.ini</var>.
</p>
 <p class="para">
  <table class="doctable table">
   <caption><strong>Image Configure Options</strong></caption>
   
    <thead>
     <tr>
      <th>Name</th>
      <th>Default</th>
      <th>Changeable</th>
      <th>Changelog</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><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
      <td class="empty">&nbsp;</td>
     </tr>

    </tbody>
   
  </table>

  For further details and definitions of the
INI_* modes, see the <a href="configuration.changes.modes.php" class="xref">Where a configuration setting may be set</a>.
 </p>

 <p class="para">Here&#039;s a short explanation of
the configuration directives.</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 warnings (but not errors) created by libjpeg(-turbo).
     </p>
    </dd>
   
  </dl>
 </p>
 <p class="para">
  <table class="doctable table">
   <caption><strong>Changelog for <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>
       The default of gd.jpeg_ignore_warning has been changed from 0 to 1.
      </td>
     </tr>

    </tbody>
   
  </table>

 </p>
 <p class="para">
  See also the <a href="exif.configuration.php" class="link">exif</a> configuration
  directives.
 </p>
 
 <div class="warning"><strong class="warning">Warning</strong>
  <p class="para">
   Image functions are very memory intensive. Be sure to set <a href="ini.core.php#ini.memory-limit" class="link">memory_limit</a> high enough, if you are using
   the bundled version of the GD library.
  </p>
 </div>
</div><?php manual_footer($setup); ?>