<?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 => 'tr',
  ),
  'this' => 
  array (
    0 => 'info.constants.php',
    1 => '&Ouml;ntanımlı Sabitler',
    2 => '&Ouml;ntanımlı Sabitler',
  ),
  'up' => 
  array (
    0 => 'book.info.php',
    1 => 'Info',
  ),
  'prev' => 
  array (
    0 => 'info.configuration.php',
    1 => '&Ccedil;alışma Anı Yapılandırması',
  ),
  'next' => 
  array (
    0 => 'ref.info.php',
    1 => 'PHP Se&ccedil;enek/Bilgi İşlevleri',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    '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">Öntanımlı Sabitler</h1>

 <p class="simpara">Aşağıdaki sabitler PHP
çekirdeğinin parçası olarak daima kullanılabilir durumdadır.</p>
 <table id="constant.credits.constants" class="doctable table">
      <tr>
       <th>Sabitler</th>
       <th>Açıklama</th>
      </tr>
  <strong class="title">Öntanımlı <span class="function"><a href="function.phpcredits.php" class="function">phpcredits()</a></span> sabitleri</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">
     PHP geliştiricilerinin listesi.
    </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">
     Genel katkıcılar: Dil tasarımı ve kavramlar, PHP ve SAPI modülü
     yazarları.
    </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">
     PHP için sunucu API modüllerinin listesi ve bunların yazarları.
    </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">
     PHP için eklenti modüllerinin listesi ve bunların yazarları.
    </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">
     Belgelendirme ekibi.
    </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">
     Genellikle diğer seçeneklerle birlikte kullanılır. Diğer seçeneklerin
     gösterilmesini gerektirdiği bilgilerin tamamının tek bir HTML
     sayfasına basılmasını sağlar.
    </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">
     Kalite güvencesi ekibi.
    </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">
     Tüm katkıcılar; şu sabitlere eşdeğerdir:
     <code class="literal">CREDITS_DOCS +
     CREDITS_GENERAL + CREDITS_GROUP + CREDITS_MODULES + CREDITS_QA +
     CREDITS_FULLPAGE</code>.
     Bu sabitlerle ilgili bilgilerin uygun başlıklarla tek bir HTML sayfasında gösterilmesini sağlar.
     Bu öntanımlı değerdir.
    </span>
   </td>
  </tr>
 </table>

 <table id="constant.info.constants" class="doctable table">
      <tr>
       <th>Sabitler</th>
       <th>Açıklama</th>
      </tr>
  <strong class="title"><span class="function"><a href="function.phpinfo.php" class="function">phpinfo()</a></span>
  sabitleri</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">
     Yapılandırma satırı, <var class="filename">php.ini</var> dosyasının yeri, derleme tarihi, HTTP
     Sunucusu, Sistem ve benzerleri.
    </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 Katkıcıları.  Ayrıca bakınız: <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">
     PHP yönergelerinin geçerli yerel ve asıl değerleri. Ayrıca bakınız:
     <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">
     Yüklü modüller ve bunlarla ilgili ayarlar.
    </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">
     <var class="varname"><a href="reserved.variables.environment.php" class="classname">$_ENV</a></var> ile de
     kullanılabilen ortam değişkenleri bilgisi.
    </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">
     EGPCS (Environment, GET, POST, Cookie, Server) ile ilgili tüm
     <a href="language.variables.predefined.php" class="link">öntanımlı değişkenleri</a>
     listeler.
    </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 Lisans bilgisi. Ayrıca bakınız:
     <a href="https://www.php.net/license/" class="link external">&raquo;&nbsp;Lisans SSS</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">
     Yukarıdakilerin tamamı gösterilir. Bu öntanımlı değerdir.
    </span>
   </td>
  </tr>
 </table>

 <table id="constant.ini-mode" class="doctable table">
      <tr>
       <th>Sabitler</th>
       <th>Açıklama</th>
      </tr>
  <strong class="title">INI kip sabitleri</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">
     Girdi kullanıcı betiklerinde
     (<span class="function"><a href="function.ini-set.php" class="function">ini_set()</a></span> gibi)
     veya <a href="configuration.changes.php#configuration.changes.windows" class="link">Windows
     kayıt defterinde</a> ayarlanabilir.
     Girdi <var class="filename">.user.ini</var> içinde ayarlanabilir.
    </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">
     Girdi <var class="filename">php.ini</var>, <var class="filename">.htaccess</var>, <var class="filename">httpd.conf</var> veya <var class="filename">.user.ini</var> içinde
     ayarlanabilir.
    </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">
     Girdi <var class="filename">php.ini</var> veya <var class="filename">httpd.conf</var> içinde ayarlanabilir.
    </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">
     Girdi herhangi bir yerde ayarlanabilir.
    </span>
   </td>
  </tr>
 </table>

 <p class="simpara">
  Sav sabitleri, bunlar <span class="function"><a href="function.assert-options.php" class="function">assert_options()</a></span> işlevinde sav
  seçeneklerine değer atamakta kullanılır.
 </p>
 <table id="constant.assert.constants" class="doctable table">
      <tr>
       <th>Sabitler</th>
       <th>Açıklama</th>
      </tr>
  <strong class="title"><span class="function"><a href="function.assert.php" class="function">assert()</a></span>
   sabitleri</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">
     <span class="function"><a href="function.assert.php" class="function">assert()</a></span>
     değerlendirmesi etkin kılınır.
     <div class="warning"><strong class="warning">Uyarı</strong><p class="simpara">Bu özelliğin kullanımı PHP 8.3.0
itibariyle <em>ÖNERİLMEMEKTEDİR</em>.
Bu özelliğe kesinlikle güvenilmemelidir.</p></div>
    </p>
   </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">
     Savın başarısızlığı halinde çağrılacak geriçağırım işlevi.
     <div class="warning"><strong class="warning">Uyarı</strong><p class="simpara">Bu özelliğin kullanımı PHP 8.3.0
itibariyle <em>ÖNERİLMEMEKTEDİR</em>.
Bu özelliğe kesinlikle güvenilmemelidir.</p></div>
    </p>
   </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">
     Savın başarısızlığı halinde çalışma durdurulur.
     <div class="warning"><strong class="warning">Uyarı</strong><p class="simpara">Bu özelliğin kullanımı PHP 8.3.0
itibariyle <em>ÖNERİLMEMEKTEDİR</em>.
Bu özelliğe kesinlikle güvenilmemelidir.</p></div>
    </p>
   </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">
     Başarısız her sav için <span class="classname"><a href="class.assertionerror.php" class="classname">AssertionError</a></span> oluşur.
     <div class="warning"><strong class="warning">Uyarı</strong><p class="simpara">Bu özelliğin kullanımı PHP 8.3.0
itibariyle <em>ÖNERİLMEMEKTEDİR</em>.
Bu özelliğe kesinlikle güvenilmemelidir.</p></div>
    </p>
   </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">
     Her başarısız sav için PHP uyarısı çıktılanır.
     <div class="warning"><strong class="warning">Uyarı</strong><p class="simpara">Bu özelliğin kullanımı PHP 8.3.0
itibariyle <em>ÖNERİLMEMEKTEDİR</em>.
Bu özelliğe kesinlikle güvenilmemelidir.</p></div>
    </p>
   </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">
     Sav ifadesinin değerlendirilmesi sırasında
     <code class="literal">error_reporting</code>
     kapatılır.
     <div class="warning"><strong class="warning">Uyarı</strong>
<p class="simpara">Bu özellik PHP 8.0.0 sürümünde <em>KALDIRILMIŞTIR</em>.</p>
</div>
    </p>
   </td>
  </tr>
 </table>

 <p class="simpara">
  Aşağıdaki sabitler yalnızca bilgisayarın işletim sistemi Windows ise
  kullanılabilir. Çeşitli özellikleri tespit etmek ve bunlardan yararlanmak
  için belirtilen sürüm bilgileri kullanılabilir.
 </p>
 <table id="constant.windows.constants" class="doctable table">
      <tr>
       <th>Sabitler</th>
       <th>Açıklama</th>
      </tr>
  <strong class="title">Windows&#039;a özgü sabitler&#039;</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">
     Windows ana sürüm numarası;
     <code class="literal">4</code> (NT4/Me/98/95),
     <code class="literal">5</code>
     (XP/2003 R2/2003/2000) veya
     <code class="literal">6</code>
     (Vista/2008/7/8/8.1) olabilir.
    </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">
     Windows alt sürüm numarası;
     <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)
     veya <code class="literal">90</code> (ME)
     olabilir.
    </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">
     Windows derleme sürümü (örneğin, Windows Vista + SP1 için
     6001&#039;dir).
    </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">
     PHP&#039;nin üzerinde çalıştığı platform sürüm numarası;  Windows
     Vista/XP/2000/NT4 ve Server 2008/2003 için
     <code class="literal">2</code>,
     Windows ME/98/95 için <code class="literal">1</code>
     olabilir.
    </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">
     Kurulu SP ana sürümü; hiçbir SP kurulu değilse
     <code class="literal">0</code>&#039;dır.
     Örneğin SP 3 kurulu Windows XP için bu değer
     <code class="literal">3</code>&#039;tür.
    </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">
     Kurulu SP alt sürümü; hiçbir SP kurulu değilse
     <code class="literal">0</code>&#039;dır.
    </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">
     Çeşitli kurulu Windows özelliklerini betimleyen bir bit maskesi, Olası
     değerler için aşağıdaki tabloya  bakınız.
    </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">
     <code class="literal">PHP_WINDOWS_NT_<span class="replaceable">*</span></code>
     sabitlerini saptamakta kullanılır. Bu değer platform türünü belirleyen
     <code class="literal">PHP_WINDOWS_NT_<span class="replaceable">*</span></code>
     sabitlerinden biri olabilir.
    </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">
     Etki alanı denetleyicisidir.
    </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">
     Sunucu sistemini belirtir (Server 2008/2003/2000 gibi);
     ancak, sunucu aynı zamanda etki alanı denetleyicisi ise
     <strong><code><a href="info.constants.php#constant.php-windows-nt-domain-controller">PHP_WINDOWS_NT_DOMAIN_CONTROLLER</a></code></strong>
     olarak raporlanır.
    </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">
     İstemci sistemi belirtir (Vista/XP/2000/NT4 gibi).
    </span>
   </td>
  </tr>
 </table>
 <p class="simpara">
  <strong><code><a href="info.constants.php#constant.php-windows-version-suitemask">PHP_WINDOWS_VERSION_SUITEMASK</a></code></strong> bit maskesinde
  kullanılabilecek bitsel değerler aşağıdaki tabloda gösterilmiştir.
 </p>
 <table class="doctable table">
  <caption><strong><strong><code><a href="info.constants.php#constant.php-windows-version-suitemask">PHP_WINDOWS_VERSION_SUITEMASK</a></code></strong> bit alanları</strong></caption>
  
   <thead>
    <tr>
     <th>Bit alanı</th>
     <th>Açıklama</th>
    </tr>

   </thead>

   <tbody class="tbody">
    <tr>
     <td><code class="literal">0x00000004</code></td>
     <td>Microsoft BackOffice bileşenleri kurulu.</td>
    </tr>

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

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

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

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

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

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

    <tr>
     <td><code class="literal">0x00000100</code></td>
     <td>
      Remote Desktop sadece etkileşimli tek oturumla desteklenir. Sistem bir
      uygulama sunucusu olarak çalışmadıkça bu değer atanır.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000001</code></td>
     <td>
      Evvelce sistemde Microsoft Small Business Server kuruluymuş fakat başka
      bir Windows sürümüne yükseltilmiş.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000020</code></td>
     <td>
      Microsoft Small Business Server, sınırlı istemci lisansı ile kurulu.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00002000</code></td>
     <td>Windows Storage Server 2003 R2 vya Windows Storage Server 2003
     kurulu.</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000010</code></td>
     <td>
      Terminal Services kurulu. Bu değer daima atanır. Bu değer atanmışsa
      ancak <code class="literal">0x00000100</code> değilse sistem uygulama sunucusu
      kipinde çalışıyor demektir.
     </td>
    </tr>

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

   </tbody>
  
 </table>

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