<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'sqlsrv.configuration.php',
    1 => 'Configuration &agrave; l\'ex&eacute;cution',
    2 => 'Configuration &agrave; l\'ex&eacute;cution',
  ),
  'up' => 
  array (
    0 => 'sqlsrv.setup.php',
    1 => 'Installation/Configuration',
  ),
  'prev' => 
  array (
    0 => 'sqlsrv.installation.php',
    1 => 'Installation',
  ),
  'next' => 
  array (
    0 => 'sqlsrv.resources.php',
    1 => 'Types de ressources',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    '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">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="simpara">
  La table suivante liste les options de configuration disponibles
  pour l&#039;extension. Pour plus d&#039;informations sur ces options,
  se reporter au chapitre sur la
  <a href="http://msdn.microsoft.com/en-us/library/cc626302.aspx" class="link external">&raquo;&nbsp;gestion des erreurs
   et alertes SQLSRV</a>.
 </p>
 <table class="doctable table">
  <caption><strong>Options de configuration SQLSRV</strong></caption>
  
   <thead>
    <tr>
     <th>Nom</th>
     <th>Défaut</th>
     <th>Modifiable</th>
     <th>Historique</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>INI_ALL</code></strong></td>
     <td>Disponible depuis SQLSRV 1.0</td>
    </tr>

    <tr>
     <td>sqlsrv.LogSubsystems</td>
     <td>0</td>
     <td><strong><code>INI_ALL</code></strong></td>
     <td>Disponible depuis SQLSRV 1.0</td>
    </tr>

    <tr>
     <td>sqlsrv.LogSeverity</td>
     <td>1</td>
     <td><strong><code>INI_ALL</code></strong></td>
     <td>Disponible depuis SQLSRV 1.0</td>
    </tr>

   </tbody>
  
 </table>


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