<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/sqlsrv.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'sqlsrv.configuration.php',
    1 => '运行时配置',
    2 => '运行时配置',
  ),
  'up' => 
  array (
    0 => 'sqlsrv.setup.php',
    1 => '安装/配置',
  ),
  'prev' => 
  array (
    0 => 'sqlsrv.installation.php',
    1 => '安装',
  ),
  'next' => 
  array (
    0 => 'sqlsrv.resources.php',
    1 => '资源类型',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/sqlsrv/ini.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="sqlsrv.configuration" class="section">
 <h2 class="title">运行时配置</h2>
 <p class="simpara">
这些函数的行为受 <var class="filename">php.ini</var> 中的设置影响。
</p>
 <p class="simpara">The following table lists the configuration options available in the SQLSRV
 extension. For more information about these options, see
 <a href="http://msdn.microsoft.com/en-us/library/cc626302.aspx" class="link external">&raquo;&nbsp;Handling SQLSRV Warnings and Errors</a>.</p>
 <table class="doctable table">
  <caption><strong>SQLSRV 配置选项</strong></caption>
  
   <thead>
    <tr>
     <th>名字</th>
     <th>默认</th>
     <th>可修改范围</th>
     <th>更新日志</th>
    </tr>

   </thead>

   <tbody class="tbody">
    <tr>
     <td>sqlsrv.WarningsReturnAsErrors</td>
     <td>1 (<strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>)</td>
     <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
     <td>Available since SQLSRV 1.0</td>
    </tr>

    <tr>
     <td>sqlsrv.LogSubsystems</td>
     <td>0</td>
     <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
     <td>Available since SQLSRV 1.0</td>
    </tr>

    <tr>
     <td>sqlsrv.LogSeverity</td>
     <td>1</td>
     <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
     <td>Available since SQLSRV 1.0</td>
    </tr>

   </tbody>
  
 </table>


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