<?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 => 'zh',
  ),
  'this' => 
  array (
    0 => 'image.configuration.php',
    1 => '运行时配置',
    2 => '运行时配置',
  ),
  'up' => 
  array (
    0 => 'image.setup.php',
    1 => '安装/配置',
  ),
  'prev' => 
  array (
    0 => 'image.installation.php',
    1 => '安装',
  ),
  'next' => 
  array (
    0 => 'image.resources.php',
    1 => '资源类型',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    '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">运行时配置</h2>
 <p class="simpara">
这些函数的行为受 <var class="filename">php.ini</var> 中的设置影响。
</p>
 <p class="para">
  <table class="doctable table">
   <caption><strong>Image 配置选项</strong></caption>
   
    <thead>
     <tr>
      <th>名字</th>
      <th>默认</th>
      <th>可修改范围</th>
      <th>更新日志</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>

  有关 INI_* 样式的更多详情与定义，见 <a href="configuration.changes.modes.php" class="xref">配置可被设定范围</a>。
 </p>

 <p class="para">这是配置指令的简短说明。</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><code class="literal">gd.jpeg_ignore_warning</code> 变更日志</strong></caption>
   
    <thead>
     <tr>
      <th>版本</th>
      <th>说明</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>7.1.0</td>
      <td>
       gd.jpeg_ignore_warning 默认值从 0 变更为 1。
      </td>
     </tr>

    </tbody>
   
  </table>

 </p>
 <p class="para">
  参见 <a href="exif.configuration.php" class="link">exif</a> 配置。
 </p>
 
 <div class="warning"><strong class="warning">警告</strong>
  <p class="para">
   图像处理函数相当占用内存，如果使用的时 GD 库的捆绑版本，请务必将 <a href="ini.core.php#ini.memory-limit" class="link">memory_limit</a> 设置的足够高。
  </p>
 </div>
</div><?php manual_footer($setup); ?>