<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/filesystem.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'filesystem.configuration.php',
    1 => '&Ccedil;alışma Anı Yapılandırması',
    2 => '&Ccedil;alışma Anı Yapılandırması',
  ),
  'up' => 
  array (
    0 => 'filesystem.setup.php',
    1 => 'Yapılandırma/Kurulum',
  ),
  'prev' => 
  array (
    0 => 'filesystem.setup.php',
    1 => 'Yapılandırma/Kurulum',
  ),
  'next' => 
  array (
    0 => 'filesystem.resources.php',
    1 => '&Ouml;zkaynak T&uuml;rleri',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/filesystem/ini.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="filesystem.configuration" class="section">
 <h2 class="title">Çalışma Anı Yapılandırması</h2>
 <p class="simpara">Bu işlevlerin davranışı <var class="filename">php.ini</var>
içindeki ayarlardan etkilenir.</p>
 <p class="para">
  <table class="doctable table">
   <caption><strong>Dosya sistemi ve akımlar ile ilgili yapılandırma seçenekleri</strong></caption>
   
    <thead>
     <tr>
      <th>İsim</th>
      <th>Öntanımlı</th>
      <th>Değişlik Yeri</th>
      <th>Sürüm Bilgisi</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td><a href="filesystem.configuration.php#ini.allow-url-fopen" class="link">
      allow_url_fopen</a></td>
      <td>&quot;1&quot;</td>
      <td><strong><code><a href="info.constants.php#constant.ini-system">INI_SYSTEM</a></code></strong></td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr>
      <td><a href="filesystem.configuration.php#ini.allow-url-include" class="link">
      allow_url_include</a></td>
      <td>&quot;0&quot;</td>
      <td><strong><code><a href="info.constants.php#constant.ini-system">INI_SYSTEM</a></code></strong></td>
      <td>
        PHP 7.4.0 ve sonrasında kullanımı önerilmiyor.</td>
     </tr>

     <tr>
      <td><a href="filesystem.configuration.php#ini.user-agent" class="link">user_agent</a></td>
      <td>NULL</td>
      <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr>
      <td><a href="filesystem.configuration.php#ini.default-socket-timeout" class="link">
      default_socket_timeout</a></td>
      <td>&quot;60&quot;</td>
      <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
      <td class="empty">&nbsp;</td>
    </tr>

     <tr>
      <td><a href="filesystem.configuration.php#ini.from" class="link">from</a></td>
      <td>&quot;&quot;</td>
      <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr>
      <td><a href="filesystem.configuration.php#ini.auto-detect-line-endings" class="link">
      auto_detect_line_endings</a></td>
      <td>&quot;0&quot;</td>
      <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
      <td>PHP 8.1.0 itibariyle kullanımı önerilmiyor.</td>
     </tr>

     <tr>
      <td><a href="filesystem.configuration.php#ini.sys-temp-dir" class="link">sys_temp_dir</a></td>
      <td>&quot;&quot;</td>
      <td><strong><code><a href="info.constants.php#constant.ini-system">INI_SYSTEM</a></code></strong></td>
      <td class="empty">&nbsp;</td>
     </tr>

    </tbody>
   
  </table>

 </p>

 <p class="para">
Yapılandırma yönergelerinin kısa açıklamalarını aşağıda bulabilirsiniz.
</p>

 <p class="para">
  <dl>
   
    <dt id="ini.allow-url-fopen">
     <code class="parameter">allow_url_fopen</code>
     <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span>
    </dt>
    <dd>
     <p class="para">
      Bu seçenek, dosyalar gibi URL nesnelerine erişimi mümkün kılan fopen URL
      sarmalayıcılarını etkinleştirir. HTTP ve FTP protokollerini kullanarak
      <a href="features.remote-files.php" class="link">uzak dosyalara</a> erişmek için
      öntanımlı sarmalayıcılar mevcuttur. <a href="ref.zlib.php" class="link">zlib</a>
      gibi bazı eklentilerle ek sarmalayıcılar devreye sokulabilir.
     </p>
    </dd>
   

   
    <dt id="ini.allow-url-include">
     <code class="parameter">allow_url_include</code>
     <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span>
    </dt>
    <dd>
     <p class="para">
      Bu yönerge, fopen URL sarmalayıcılarını şu işlevlerde
      kullanabilmeyi mümkün kılar: <span class="function"><a href="function.include.php" class="function">include</a></span>,
      <span class="function"><a href="function.include-once.php" class="function">include_once</a></span>, <span class="function"><a href="function.require.php" class="function">require</a></span> ve
      <span class="function"><a href="function.require-once.php" class="function">require_once</a></span>.
     </p>
     <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
      <p class="para">
       Bu yönerge <a href="filesystem.configuration.php#ini.allow-url-fopen" class="link">allow_url_fopen</a>
       yönergesinin &#039;On&#039; olmasını gerektirir.
      </p>
     </p></blockquote>
    </dd>
   

   
    <dt id="ini.user-agent">
     <code class="parameter">user_agent</code>
     <span class="type"><a href="language.types.string.php" class="type string">string</a></span>
    </dt>
    <dd>
     <p class="para">
      PHP için gönderilecek kullanıcı aracısını tanımlar.
     </p>
    </dd>
   

   
    <dt id="ini.default-socket-timeout">
     <code class="parameter">default_socket_timeout</code>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
    </dt>
    <dd>
     <p class="para">
      Soketlere dayalı akımlar için öntanımlı zaman aşımı (saniye cinsinden).
      Negatif değer belirtilirse zaman aşımı sonsuz olur.
     </p>
    </dd>
   

   
    <dt id="ini.from">
     <code class="parameter">from</code>
     <span class="type"><a href="language.types.string.php" class="type string">string</a></span>
    </dt>
    <dd>
     <p class="para">
      Kimliği doğrulanmamış FTP bağlantılarında ve sırasıyla ftp ve http
      sarmalayıcıları kullanılırken HTTP bağlantıları için From başlığının
      değeri olarak kullanılacak e-posta adresi.
     </p>
    </dd>
   

   
    <dt id="ini.auto-detect-line-endings">
     <code class="parameter">auto_detect_line_endings</code>
     <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span>
    </dt>
    <dd>
     <p class="para">
      &#039;On&#039; atandığı takdirde, PHP hangi tür satırsonu karakteri (Unix, MS-DOS
      veya Macintosh) kullanıldığını saptamak için <span class="function"><a href="function.fgets.php" class="function">fgets()</a></span>
      ve <span class="function"><a href="function.file.php" class="function">file()</a></span> işlevlerinde veriyi inceler.
     </p>
     <p class="para">
      PHP&#039;nin Mac sistemleriyle birlikte çalışabilirliğini sağlar ama
      öntanımlı değeri Off&#039;tur, çünkü ilk satıra bakarak satırsonu
      kuralını belirlemeye çalışmak çok az da olsa başarımı düşürücü
      etki yapar ve ayrıca Unix sistemlerinde öğe ayracı olarak satırbaşı
      karakteri kullananlar açısından geriye doğru uyumluluğu ortadan kaldırır.
     </p>
    </dd>
   

   
    <dt id="ini.sys-temp-dir">
     <code class="parameter">sys_temp_dir</code>
     <span class="type"><a href="language.types.string.php" class="type string">string</a></span>
    </dt>
    <dd>
     <p class="para">
     </p>
    </dd>
   
  </dl>
 </p>
</div><?php manual_footer($setup); ?>