<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'info.constants.php',
    1 => 'Vordefinierte Konstanten',
    2 => 'Vordefinierte Konstanten',
  ),
  'up' => 
  array (
    0 => 'book.info.php',
    1 => 'PHP-Optionen/-Informationen',
  ),
  'prev' => 
  array (
    0 => 'info.configuration.php',
    1 => 'Laufzeit-Konfiguration',
  ),
  'next' => 
  array (
    0 => 'ref.info.php',
    1 => 'PHP-Optionen-/-Informationen-Funktionen',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    '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">Vordefinierte Konstanten</h1>

 <p class="simpara">Die aufgelisteten Konstanten
stehen immer zur Verfügung, da sie zum Grundbestand von PHP gehören.</p>
 <table id="constant.credits.constants" class="doctable table">
      <tr>
       <th>Konstanten</th>
       <th>Beschreibung</th>
      </tr>
  <strong class="title">Vordefinierte Konstanten für <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">
     Eine Liste der Kernentwickler
    </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">
     Allgemeine Credits: Sprachentwurf und -konzept, PHP-Autoren und@
     SAPI-Module.
    </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">
     Eine Liste der Server-API-Module für PHP und deren Autoren.
    </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">
     Eine Liste der Erweiterungsmodule für PHP und deren Autoren.
    </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">
     Die Credits für das Dokumentationsteam.
    </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">
     Wird üblicherweise in Verbindung mit den anderen Konstanten verwendet.
     Gibt an, dass eine komplette, eigenständige HTML-Seite ausgegeben wird,
     die alle Informationen enthält, die mit anderen Konstanten angefordert
     wurden.
    </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">
     Die Credits für das Qualitätssicherungsteam.
    </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">
     Alle Credits. Dies entspricht der Angabe von: <code class="literal">CREDITS_DOCS
     | CREDITS_GENERAL | CREDITS_GROUP | CREDITS_MODULES | CREDITS_QA
     | CREDITS_FULLPAGE</code>. Eine komplette, eigenständige HTML-Seite mit
     den entsprechenden Tags wird erzeugt und ausgegeben. Das ist der
     Standardwert.
    </span>
   </td>
  </tr>
 </table>

 <table id="constant.info.constants" class="doctable table">
      <tr>
       <th>Konstanten</th>
       <th>Beschreibung</th>
      </tr>
  <strong class="title"><span class="function"><a href="function.phpinfo.php" class="function">phpinfo()</a></span>-Konstanten</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">
     Die Konfigurationsangaben, <var class="filename">php.ini</var>-Speicherort, Builddatum, Webserver,
     Betriebssystem und mehr.
    </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">
     PHP-Credits. Siehe auch <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">
     Gegenwärtige lokale und Master-Werte für PHP-Einstellungen. Siehe auch
     <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">
     Geladene Module und ihre entsprechenden Einstellungen.
    </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">
     Informationen über Umgebungsvariablen, die auch in
     <var class="varname"><a href="reserved.variables.environment.php" class="classname">$_ENV</a></var> zur Verfügung stehen.
    </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">
     Zeigt alle <a href="language.variables.predefined.php" class="link">vordefinierten
     Variablen</a> von EGPCS (Environment, GET, POST, Cookie, Server) an.
    </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">
     PHP-Lizenz-Informationen. Siehe auch die
     <a href="https://www.php.net/license/" class="link external">&raquo;&nbsp;Lizenz-FAQ</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">
     Zeigt alle oben genannten Einträge. Das ist der Standardwert.
    </span>
   </td>
  </tr>
 </table>

 <table id="constant.ini-mode" class="doctable table">
      <tr>
       <th>Konstanten</th>
       <th>Beschreibung</th>
      </tr>
  <strong class="title">Konstanten für den INI-Modus</strong>
  <tr>
   <td id="constant.ini-user">
    <strong><code><a href="info.constants.php#constant.ini-user">INI_USER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Entry can be set in user scripts (like with <span class="function"><a href="function.ini-set.php" class="function">ini_set()</a></span>)
     or in the <a href="configuration.changes.php#configuration.changes.windows" class="link">Windows registry</a>.
     Entry can be set in <var class="filename">.user.ini</var>
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.ini-perdir">
    <strong><code><a href="info.constants.php#constant.ini-perdir">INI_PERDIR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Entry can be set in <var class="filename">php.ini</var>, <var class="filename">.htaccess</var>, <var class="filename">httpd.conf</var> or <var class="filename">.user.ini</var>
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.ini-system">
    <strong><code><a href="info.constants.php#constant.ini-system">INI_SYSTEM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Entry can be set in <var class="filename">php.ini</var> or <var class="filename">httpd.conf</var>
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.ini-all">
    <strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Entry can be set anywhere
    </span>
   </td>
  </tr>
 </table>

 <p class="simpara">
  Assert-Konstantent; diese Werte werden verwendet, um die Assertion-Optionen
  in <span class="function"><a href="function.assert-options.php" class="function">assert_options()</a></span> anzugeben.
 </p>
 <table id="constant.assert.constants" class="doctable table">
      <tr>
       <th>Konstanten</th>
       <th>Beschreibung</th>
      </tr>
  <strong class="title"><span class="function"><a href="function.assert.php" class="function">assert()</a></span>-Konstanten</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">
     Aktiviert die <span class="function"><a href="function.assert.php" class="function">assert()</a></span>-Auswertung.
    </p>
    <div class="warning"><strong class="warning">Warnung</strong><p class="simpara">Dieses Feature ist seit
PHP 8.3.0 als <em>DEPRECATED</em> (veraltet) markiert. Von der
Verwendung dieses Features wird dringend abgeraten.</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">
     Callback, der bei fehlgeschlagenen Assertions aufgerufen wird.
    </p>
    <div class="warning"><strong class="warning">Warnung</strong><p class="simpara">Dieses Feature ist seit
PHP 8.3.0 als <em>DEPRECATED</em> (veraltet) markiert. Von der
Verwendung dieses Features wird dringend abgeraten.</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">
     Bricht die Ausführung bei fehlgeschlagenen Assertions ab.
    </p>
    <div class="warning"><strong class="warning">Warnung</strong><p class="simpara">Dieses Feature ist seit
PHP 8.3.0 als <em>DEPRECATED</em> (veraltet) markiert. Von der
Verwendung dieses Features wird dringend abgeraten.</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">
     Wirft für jede fehlgeschlagene Assertion einen
     <span class="classname"><a href="class.assertionerror.php" class="classname">AssertionError</a></span>
    </p>
    <div class="warning"><strong class="warning">Warnung</strong><p class="simpara">Dieses Feature ist seit
PHP 8.3.0 als <em>DEPRECATED</em> (veraltet) markiert. Von der
Verwendung dieses Features wird dringend abgeraten.</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">
     Löst eine PHP-Warnung für jede fehlgeschlagene Assertion aus.
    </p>
    <div class="warning"><strong class="warning">Warnung</strong><p class="simpara">Dieses Feature ist seit
PHP 8.3.0 als <em>DEPRECATED</em> (veraltet) markiert. Von der
Verwendung dieses Features wird dringend abgeraten.</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">
     Deaktiviert <code class="literal">error_reporting</code> während der Auswertung
     von Assertion-Ausdrücken.
    </p>
    <div class="warning"><strong class="warning">Warnung</strong>
<p class="simpara">Dieses Feature wurde in PHP 8.0.0 <em>ENTFERNT</em>.</p>
</div>
   </td>
  </tr>
 </table>

 <p class="simpara">
  Die folgenden Konstanten sind nur verfügbar, wenn das Host-Betriebssystem
  Windows ist; sie liefern unterschiedliche Versionsinformationen, so dass es
  möglich ist, verschiedene Features zu erkennen, und sie zu verwenden.
 </p>
 <table id="constant.windows.constants" class="doctable table">
      <tr>
       <th>Konstanten</th>
       <th>Beschreibung</th>
      </tr>
  <strong class="title">Windows-spezifische Konstanten</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">
     Die Hauptversion von Windows, also entweder <code class="literal">4</code>
     (NT4/Me/98/95), <code class="literal">5</code> (XP/2003 R2/2003/2000) oder
     <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">
     Die Nebenversion von Windows, also entweder <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)
     oder <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">
     Die Windows-Buildnummer (beispielsweise ist Windows Vista mit SP1 Build
     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">
     Die Plattform, auf der PHP ausgeführt wird, also <code class="literal">2</code>
     unter Windows Vista/XP/2000/NT4 und Server 2008/2003 und
     <code class="literal">1</code> unter Windows ME/98/95.
    </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">
     Die Hauptversion des installierten Service-Packs; dieser Wert ist
     <code class="literal">0</code>, wenn kein Service-Pack installiert ist.
     Beispielsweise ist dieser Wert unter Windows XP mit Service-Pack 3
     <code class="literal">3</code>.
    </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">
     Die Nebenversion des installierten Service-Packs; dieser Wert ist
     <code class="literal">0</code>, wenn kein Service-Pack installiert ist.
    </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">
     Die Suitemask ist eine Bitmaske, die angibt, ob verschiedene
     Windows-Features installiert sind. In der Tabelle weiter unten werden
     die möglichen Bitfeldwerte angeführt.
    </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">
     Diese enthält den Wert, der verwendet wird, um die
     <code class="literal">PHP_WINDOWS_NT_<span class="replaceable">*</span></code>-Konstanten
     zu bestimmen. Dieser Wert kann eine der
     <code class="literal">PHP_WINDOWS_NT_<span class="replaceable">*</span></code>-Konstanten
     sein, die den Plattformtyp anzeigen.
    </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">
     Der Domänen-Controller
    </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">
     Es handelt sich um ein Serversystem (z. B. Server 2008/2003/2000); es ist
     zu beachten, dass Domänen-Controller als
     <strong><code><a href="info.constants.php#constant.php-windows-nt-domain-controller">PHP_WINDOWS_NT_DOMAIN_CONTROLLER</a></code></strong> gemeldet werden.
    </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">
     Es handelt sich um ein Arbeitsplatzsystem (z. B. Vista/XP/2000/NT4).
    </span>
   </td>
  </tr>
 </table>
 <p class="simpara">
  Diese Tabelle listet eine Reihe von Features auf, die unter Verwendung der
  Bitmaske <strong><code><a href="info.constants.php#constant.php-windows-version-suitemask">PHP_WINDOWS_VERSION_SUITEMASK</a></code></strong> geprüft werden
  können.
 </p>
 <table class="doctable table">
  <caption><strong>Windows Suitemask Bitfelder</strong></caption>
  
   <thead>
    <tr>
     <th>Bits</th>
     <th>Beschreibung</th>
    </tr>

   </thead>

   <tbody class="tbody">
    <tr>
     <td><code class="literal">0x00000004</code></td>
     <td>Die Microsoft BackOffice Komponenten sind installiert.</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000400</code></td>
     <td>Windows Server 2003, Web Edition ist installiert.</td>
    </tr>

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

    <tr>
     <td><code class="literal">0x00000080</code></td>
     <td>
      Windows Server 2008 Datacenter, Windows Server 2003, Datacenter Edition
      oder Windows 2000 Datacenter Server ist installiert.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000002</code></td>
     <td>
      Windows Server 2008 Enterprise, Windows Server 2003, Enterprise Edition,
      Windows 2000 Advanced Server oder Windows NT Server 4.0 Enterprise
      Edition ist installiert.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000040</code></td>
     <td>Windows XP Embedded ist installiert.</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000200</code></td>
     <td>
      Windows Vista Home Premium, Windows Vista Home Basic, oder Windows XP
      Home Edition ist installiert.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000100</code></td>
     <td>
      Remote Desktop wird unterstützt, aber nur eine interaktive Sitzung ist
      erlaubt. Dieser Wert ist gesetzt, falls das System nicht im
      Anwendungsserver-Modus läuft.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000001</code></td>
     <td>
      Microsoft Small Business Server war einst auf dem System installiert,
      wurde aber möglicherweise auf eine andere Windows-Version aktualisiert.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000020</code></td>
     <td>
      Microsoft Small Business Server ist mit der restriktiven Client-Lizenz
      installiert.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00002000</code></td>
     <td>
      Windows Storage Server 2003 R2 oder Windows Storage Server 2003 ist
      installiert.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000010</code></td>
     <td>
      Terminal-Dienste sind installiert. Dieser Wert ist immer gesetzt. Ist
      dieser Wert gesetzt, aber <code class="literal">0x00000100</code> nicht, dann
      läuft das System im Anwendungsservermodus.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00008000</code></td>
     <td>Windows Home Server ist installiert.</td>
    </tr>

   </tbody>
  
 </table>

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