<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.info.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'info.constants.php',
    1 => 'Constantes pr&eacute;-d&eacute;finies',
    2 => 'Constantes pr&eacute;-d&eacute;finies',
  ),
  'up' => 
  array (
    0 => 'book.info.php',
    1 => 'Options PHP et informations PHP',
  ),
  'prev' => 
  array (
    0 => 'info.configuration.php',
    1 => 'Configuration &agrave; l\'ex&eacute;cution',
  ),
  'next' => 
  array (
    0 => 'ref.info.php',
    1 => 'Fonctions sur les options et les informations de PHP',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/info/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="info.constants" class="appendix">
 <h1 class="title">Constantes pré-définies</h1>

 <p class="simpara">Les constantes listées ici sont
toujours disponibles dans PHP.</p>
 
 <table id="constant.credits.constants" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Description</th>
      </tr>
  <strong class="title">Constantes prédéfinies de <span class="function"><a href="function.phpcredits.php" class="function">phpcredits()</a></span></strong>
  <tr>
   <td id="constant.credits-group">
    <strong><code><a href="info.constants.php#constant.credits-group">CREDITS_GROUP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Une liste des développeurs principaux
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-general">
    <strong><code><a href="info.constants.php#constant.credits-general">CREDITS_GENERAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Crédits généraux. Design du langage, concepts,
     auteurs de PHP et module SAPI.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-sapi">
    <strong><code><a href="info.constants.php#constant.credits-sapi">CREDITS_SAPI</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Une liste des API de serveurs, et leurs auteurs.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-modules">
    <strong><code><a href="info.constants.php#constant.credits-modules">CREDITS_MODULES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Une liste des extensions de PHP, et leurs auteurs
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-docs">
    <strong><code><a href="info.constants.php#constant.credits-docs">CREDITS_DOCS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Les crédits de l&#039;équipe de documentation
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-fullpage">
    <strong><code><a href="info.constants.php#constant.credits-fullpage">CREDITS_FULLPAGE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Généralement utilisé combiné avec d&#039;autres options. Cette
     option indique qu&#039;une page HTML complète doit être générée.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-qa">
    <strong><code><a href="info.constants.php#constant.credits-qa">CREDITS_QA</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Les crédits pour le groupe d&#039;assurance qualité.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-all">
    <strong><code><a href="info.constants.php#constant.credits-all">CREDITS_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Tous les crédits. C&#039;est l&#039;équivalent de : <code class="literal">CREDITS_DOCS
     | CREDITS_GENERAL | CREDITS_GROUP | CREDITS_MODULES | CREDITS_QA
     | CREDITS_FULLPAGE</code>. Elle génère une page HTML complète
     et autonome. C&#039;est la valeur par défaut.
    </span>
   </td>
  </tr>
 </table>
 
 <table id="constant.info.constants" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Description</th>
      </tr>
  <strong class="title">Constantes de <span class="function"><a href="function.phpinfo.php" class="function">phpinfo()</a></span></strong>
  <tr>
   <td id="constant.info-general">
    <strong><code><a href="info.constants.php#constant.info-general">INFO_GENERAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     La ligne de configuration, le chemin du <var class="filename">php.ini</var>, la date de
     compilation, le système et plus encore.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-credits">
    <strong><code><a href="info.constants.php#constant.info-credits">INFO_CREDITS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Crédits de PHP. Voir aussi <span class="function"><a href="function.phpcredits.php" class="function">phpcredits()</a></span>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-configuration">
    <strong><code><a href="info.constants.php#constant.info-configuration">INFO_CONFIGURATION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Valeurs locales et serveurs des directives PHP. Voir aussi
     <span class="function"><a href="function.ini-get.php" class="function">ini_get()</a></span>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-modules">
    <strong><code><a href="info.constants.php#constant.info-modules">INFO_MODULES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Les modules chargés et leurs configurations respectives.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-environment">
    <strong><code><a href="info.constants.php#constant.info-environment">INFO_ENVIRONMENT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Les variables d&#039;environnement, qui sont aussi disponibles
     dans <var class="varname"><a href="reserved.variables.environment.php" class="classname">$_ENV</a></var>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-variables">
    <strong><code><a href="info.constants.php#constant.info-variables">INFO_VARIABLES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Toutes les <a href="language.variables.predefined.php" class="link">
     variables prédéfinies</a> : <code class="literal">EGPCS</code> 
     (Environnement, GET, POST, Cookie, Server).
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-license">
    <strong><code><a href="info.constants.php#constant.info-license">INFO_LICENSE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     La licence PHP. Voir aussi la
     <a href="https://www.php.net/license/" class="link external">&raquo;&nbsp;FAQ de la licence</a>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-all">
    <strong><code><a href="info.constants.php#constant.info-all">INFO_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Affiche toutes les valeurs citées ci-dessus. C&#039;est la valeur
     par défaut.
    </span>
   </td>
  </tr>
 </table>

 <table id="constant.ini-mode" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Description</th>
      </tr>
  <strong class="title">Constantes mode INI</strong>
  <tr>
   <td>
    <strong><code>INI_USER</code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Cette entrée peut être définie dans les scripts utilisateur (comme avec <span class="function"><a href="function.ini-set.php" class="function">ini_set()</a></span>)
     ou dans le <a href="configuration.changes.php#configuration.changes.windows" class="link">registre Windows</a>.
     L&#039;entrée peut être définie dans le fichier <var class="filename">.user.ini</var>.
    </span>
   </td>
  </tr>
  <tr>
   <td>
    <strong><code>INI_PERDIR</code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Cette entrée peut être définie dans le fichier <var class="filename">php.ini</var>, <var class="filename">.htaccess</var>, <var class="filename">httpd.conf</var> ou <var class="filename">.user.ini</var>.
    </span>
   </td>
  </tr>
  <tr>
   <td>
    <strong><code>INI_SYSTEM</code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Cette entrée peut être définie dans le fichier <var class="filename">php.ini</var> ou <var class="filename">httpd.conf</var>.
    </span>
   </td>
  </tr>
  <tr>
   <td>
    <strong><code>INI_ALL</code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Cette entrée peut être définie n&#039;importe où.
    </span>
   </td>
  </tr>
 </table>
 
 
 <p class="simpara">
  Les constantes d&#039;assertions servent avec la fonction
  <span class="function"><a href="function.assert-options.php" class="function">assert_options()</a></span>.
 </p>
 <table id="constant.assert.constants" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Description</th>
      </tr>
  <strong class="title">Constantes d&#039;<span class="function"><a href="function.assert.php" class="function">assert()</a></span></strong>
  <tr>
   <td id="constant.assert-active">
    <strong><code><a href="info.constants.php#constant.assert-active">ASSERT_ACTIVE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Active l&#039;évaluation <span class="function"><a href="function.assert.php" class="function">assert()</a></span>.
    </p>
    <div class="warning"><strong class="warning">Avertissement</strong><p class="simpara">
 Cette fonctionnalité est <em>OBSOLÈTE</em> à partir de PHP 8.3.0.
 Dépendre de cette fonctionnalité est fortement déconseillé.
</p></div>
   </td>
  </tr>
  <tr>
   <td id="constant.assert-callback">
    <strong><code><a href="info.constants.php#constant.assert-callback">ASSERT_CALLBACK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Fonction de rappel des assertions échouées.
    </p>
    <div class="warning"><strong class="warning">Avertissement</strong><p class="simpara">
 Cette fonctionnalité est <em>OBSOLÈTE</em> à partir de PHP 8.3.0.
 Dépendre de cette fonctionnalité est fortement déconseillé.
</p></div>
   </td>
  </tr>
  <tr>
   <td id="constant.assert-bail">
    <strong><code><a href="info.constants.php#constant.assert-bail">ASSERT_BAIL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Termine l&#039;exécution des assertions échouées.
    </p>
    <div class="warning"><strong class="warning">Avertissement</strong><p class="simpara">
 Cette fonctionnalité est <em>OBSOLÈTE</em> à partir de PHP 8.3.0.
 Dépendre de cette fonctionnalité est fortement déconseillé.
</p></div>
   </td>
  </tr>
  <tr>
   <td id="constant.assert-exception">
    <strong><code><a href="info.constants.php#constant.assert-exception">ASSERT_EXCEPTION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Lance une <span class="classname"><a href="class.assertionerror.php" class="classname">AssertionError</a></span> pour chaque assertion échouée.
    </p>
    <div class="warning"><strong class="warning">Avertissement</strong><p class="simpara">
 Cette fonctionnalité est <em>OBSOLÈTE</em> à partir de PHP 8.3.0.
 Dépendre de cette fonctionnalité est fortement déconseillé.
</p></div>
   </td>
  </tr>
  <tr>
   <td id="constant.assert-warning">
    <strong><code><a href="info.constants.php#constant.assert-warning">ASSERT_WARNING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Émet une alerte PHP pour chaque assertion échouée.
    </p>
    <div class="warning"><strong class="warning">Avertissement</strong><p class="simpara">
 Cette fonctionnalité est <em>OBSOLÈTE</em> à partir de PHP 8.3.0.
 Dépendre de cette fonctionnalité est fortement déconseillé.
</p></div>
   </td>
  </tr>
  <tr>
   <td id="constant.assert-quiet-eval">
    <strong><code><a href="info.constants.php#constant.assert-quiet-eval">ASSERT_QUIET_EVAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     Désactive le <code class="literal">error_reporting</code> durant l&#039;évaluation
     des expressions d&#039;assertion.
     <div class="warning"><strong class="warning">Avertissement</strong>
<p class="simpara">Cette fonctionnalité a été <em>SUPPRIMÉE</em> à partir de PHP 8.0.0.</p>
</div>
    </p>
   </td>
  </tr>
 </table>


 <p class="simpara">
  Les constantes suivantes ne sont disponibles que si le système 
  d&#039;hébergement est sur Windows, et peut donner des informations
  sur les versions, qui permettront de détecter la présence 
  de fonctionnalités. Elles sont disponibles à partir de PHP 5.3.0.
 </p>
 <table id="constant.windows.constants" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Description</th>
      </tr>
  <strong class="title">Constantes particulières à Windows</strong>
  <tr>
   <td id="constant.php-windows-version-major">
    <strong><code><a href="info.constants.php#constant.php-windows-version-major">PHP_WINDOWS_VERSION_MAJOR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     La version majeure de Windows, qui peut être <code class="literal">4</code> (NT4/Me/98/95), 
     <code class="literal">5</code> (XP/2003 R2/2003/2000) ou <code class="literal">6</code> (Vista/2008/7/8/8.1).
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-minor">
    <strong><code><a href="info.constants.php#constant.php-windows-version-minor">PHP_WINDOWS_VERSION_MINOR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     La version mineure de Windows, qui peut être <code class="literal">0</code> 
     (Vista/2008/2000/NT4/95), <code class="literal">1</code> (XP), <code class="literal">2</code> 
     (2003 R2/2003/XP x64), <code class="literal">10</code> (98) ou <code class="literal">90</code> (ME).
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-build">
    <strong><code><a href="info.constants.php#constant.php-windows-version-build">PHP_WINDOWS_VERSION_BUILD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Le numéro de compilation de Windows (par exemple, 
     Windows Vista avec SP1 a le numéro 6001)
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-platform">
    <strong><code><a href="info.constants.php#constant.php-windows-version-platform">PHP_WINDOWS_VERSION_PLATFORM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     La plate-forme que PHP utilise actuellement : cette valeur peut être
     <code class="literal">2</code> sur Windows Vista/XP/2000/NT4, Server 2008/2003 et
     sur Windows ME/98/95 cette valeur est <code class="literal">1</code>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-sp-major">
    <strong><code><a href="info.constants.php#constant.php-windows-version-sp-major">PHP_WINDOWS_VERSION_SP_MAJOR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     La version majeure du paquet de service installé : cette valeur vaut
     <code class="literal">0</code> si aucun paquet de service n&#039;est disponible. Par
     exemple, Windows XP avec le paquet de service 3 donne la valeur
     <code class="literal">3</code> à cette constante.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-sp-minor">
    <strong><code><a href="info.constants.php#constant.php-windows-version-sp-minor">PHP_WINDOWS_VERSION_SP_MINOR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     La version mineure du paquet de service installé. Cette valeur est 
     <code class="literal">0</code> si aucun paquet de service n&#039;est installé.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-suitemask">
    <strong><code><a href="info.constants.php#constant.php-windows-version-suitemask">PHP_WINDOWS_VERSION_SUITEMASK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Le masque est un champ de bits qui permet de connaître la présence
     de différentes fonctionnalités de Windows. Voir la table ci-dessous
     pour connaître les différents champs.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-producttype">
    <strong><code><a href="info.constants.php#constant.php-windows-version-producttype">PHP_WINDOWS_VERSION_PRODUCTTYPE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Cette constante contient la valeur utilisée pour déterminer
     la valeur des constantes
     <code class="literal">PHP_WINDOWS_NT_<span class="replaceable">*</span></code>.
     Cette valeur peut être l&#039;une des constantes
     <code class="literal">PHP_WINDOWS_NT_<span class="replaceable">*</span></code>,
     indiquant le type de plate-forme.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-nt-domain-controller">
    <strong><code><a href="info.constants.php#constant.php-windows-nt-domain-controller">PHP_WINDOWS_NT_DOMAIN_CONTROLLER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Le contrôleur de domaine.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-nt-server">
    <strong><code><a href="info.constants.php#constant.php-windows-nt-server">PHP_WINDOWS_NT_SERVER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Un serveur système (p. ex. <code class="literal">Server 2008/2003/2000</code>). Il est à noter que
     si c&#039;est un contrôleur de domaine, il est indiqué dans 
     <strong><code><a href="info.constants.php#constant.php-windows-nt-domain-controller">PHP_WINDOWS_NT_DOMAIN_CONTROLLER</a></code></strong>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-nt-workstation">
    <strong><code><a href="info.constants.php#constant.php-windows-nt-workstation">PHP_WINDOWS_NT_WORKSTATION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Un poste de travail (p. ex. <code class="literal">Vista/XP/2000/NT4</code>)
    </span>
   </td>
  </tr>
 </table>
 <p class="simpara">
  La table ci-dessous présente les fonctionnalités qui peuvent être
  vérifiées dans le champ de bit de la constante 
  <strong><code><a href="info.constants.php#constant.php-windows-version-suitemask">PHP_WINDOWS_VERSION_SUITEMASK</a></code></strong>.
 </p>
 <table class="doctable table">
  <caption><strong>Champs du masque Windows</strong></caption>
  
   <thead>
    <tr>
     <th>Bits</th>
     <th>Description</th>
    </tr>

   </thead>

   <tbody class="tbody">
    <tr>
     <td><code class="literal">0x00000004</code></td>
     <td>Les composants Microsoft BackOffice sont installés.</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000400</code></td>
     <td>Windows Server 2003, Web Edition est installé.</td>
    </tr>

    <tr>
     <td><code class="literal">0x00004000</code></td>
     <td>Windows Server 2003, Compute Cluster Edition est installé.</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000080</code></td>
     <td>
      Windows Server 2008 Datacenter, Windows Server 2003, Datacenter Edition ou
      Windows 2000 Datacenter Server est installé.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000002</code></td>
     <td>
      Windows Server 2008 Enterprise, Windows Server 2003, Enterprise Edition, 
      Windows 2000 Advanced Server, ou Windows NT Server 4.0 Enterprise Edition 
      est installé.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000040</code></td>
     <td>Windows XP Embedded est installé.</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000200</code></td>
     <td>
      Windows Vista Home Premium, Windows Vista Home Basic, ou Windows XP Home 
      Edition est installé.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000100</code></td>
     <td>
      Remote Desktop est supporté, mais une seule session interactive est 
      supportée. Cette valeur est présente, à moins que le système ne fonctionne
      en mode serveur d&#039;application.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000001</code></td>
     <td>
      Microsoft Small Business Server a été installé sur le système, mais
      a été mis à jour vers une nouvelle version de Windows.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000020</code></td>
     <td>
      Microsoft Small Business Server est installé avec la licence cliente
      restreinte.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00002000</code></td>
     <td>Windows Storage Server 2003 R2 ou Windows Storage Server 2003 est installé.</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000010</code></td>
     <td>
      Terminal Services est installé. Cette valeur est toujours activée. Si cette 
      valeur est activée, mais <code class="literal">0x00000100</code> ne l&#039;est pas, alors
      le système fonctionne en mode de serveur d&#039;application.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00008000</code></td>
     <td>Windows Home Server est installé.</td>
    </tr>

   </tbody>
  
 </table>

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