<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/configuration.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'configuration.changes.modes.php',
    1 => 'Yapılandırma ayarlarının yeri',
    2 => 'Yapılandırma ayarlarının yeri',
  ),
  'up' => 
  array (
    0 => 'configuration.php',
    1 => '&Ccedil;alışma Anı Yapılandırması',
  ),
  'prev' => 
  array (
    0 => 'configuration.file.per-user.php',
    1 => '.user.ini dosyaları',
  ),
  'next' => 
  array (
    0 => 'configuration.changes.php',
    1 => 'Yapılandırma ayarlarının değiştirilmesi',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'install/ini.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="configuration.changes.modes" class="sect1">
  <h2 class="title">Yapılandırma ayarlarının yeri</h2>

  <p class="para">
   Bu kipler, bir PHP yönergesinin nerede ve ne zaman atanabileceğini
   belirlerler ve bu kılavuzdaki her yönerge bu kiplerden biri ile
   ilişkilidir. Örneğin, bazı ayarlar bir PHP betiğinin içinde
   <span class="function"><a href="function.ini-set.php" class="function">ini_set()</a></span> kullanarak atanabilirken bazıları da
   <var class="filename">php.ini</var> veya <var class="filename">httpd.conf</var> dosyasında atanabilirler.
  </p>

  <p class="para">
   Örneğin, <a href="outcontrol.configuration.php#ini.output-buffering" class="link">output_buffering</a>
   ayarı için kip <strong><code><a href="info.constants.php#constant.ini-perdir">INI_PERDIR</a></code></strong> olup
   <span class="function"><a href="function.ini-set.php" class="function">ini_set()</a></span> kullanarak atanamaz. Bununla birlikte,
   <a href="errorfunc.configuration.php#ini.display-errors" class="link">display_errors</a> yönergesinin
   kipi <strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong> olup <span class="function"><a href="function.ini-set.php" class="function">ini_set()</a></span>
   kullanımı dahil her yerde atanabilir.
  </p>

   <dl>

    <strong class="title">INI kip sabitleri</strong>
    
     <dt>
      <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>)
     </dt>
     <dd>
      <span class="simpara">
       Kullanıcı betiklerinde (örn,
       <span class="function"><a href="function.ini-set.php" class="function">ini_set()</a></span> ile)
       veya  <a href="configuration.changes.php#configuration.changes.windows" class="link">Windows kayıt defteri</a>
       içinde atanabilir.
      </span>
     </dd>
    
    
     <dt>
      <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>)
     </dt>
     <dd>
      <span class="simpara">
       <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 atanabilir.
      </span>
     </dd>
    
    
     <dt>
      <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>)
     </dt>
     <dd>
      <span class="simpara">
       <var class="filename">php.ini</var> veya <var class="filename">httpd.conf</var> içinde atanabilir.
      </span>
     </dd>
    
    
     <dt>
      <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>)
     </dt>
     <dd>
      <span class="simpara">
       Herhangi bir yerde atanabilir.
      </span>
     </dd>
    
   </dl>
 </div><?php manual_footer($setup); ?>