mirror of
https://github.com/php/doc-tr.git
synced 2026-03-23 23:02:09 +01:00
update for sync with English docs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 0ba1c35312f30144fae2cfc290824e6475e71cb0 Maintainer: nilgun Status: ready -->
|
||||
<!-- EN-Revision: 565582ac3739b56c81ee0206aac9c994ca9fdb5e Maintainer: nilgun Status: ready -->
|
||||
<section xml:id="ini.core" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Temel &php.ini; yönergelerinin tanımları</title>
|
||||
<para>
|
||||
@@ -1348,7 +1348,7 @@ include_path = ".:${USER}/pear/php"
|
||||
Öntanımlı olarak bütün dosyaların açılmasına izin verilir.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
<simpara>
|
||||
<literal>open_basedir</literal> çalışma anında
|
||||
daha da kısıtlayıcı hale getirilebilmektedir. Örneğin, &php.ini;
|
||||
içinde <literal>open_basedir</literal> yönergesinde
|
||||
@@ -1358,7 +1358,13 @@ include_path = ".:${USER}/pear/php"
|
||||
dizinleri listelerken, işletim sisteminin kısıtlarına aldırmaksızın
|
||||
bir ayraç olarak <constant>PATH_SEPARATOR</constant> sabiti
|
||||
kullanılabilir.
|
||||
</para>
|
||||
</simpara>
|
||||
<simpara>
|
||||
PHP 8.3.0 ve sonrasında, <option>open_basedir</option>,
|
||||
<function>ini_set</function> işlevi kullanılarak çalışma anında
|
||||
ayarlandığında artık üst dizini (<literal>..</literal>) içeren
|
||||
yolları kabul etmiyor.
|
||||
</simpara>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<!-- EN-Revision: 38ee86c3c030bc74362a7e5c185192ef8ad5a442 Maintainer: nilgun Status: ready -->
|
||||
<!-- EN-Revision: 5097918a78b2d1de0839a48bd30912d498ac5850 Maintainer: nilgun Status: ready -->
|
||||
<!-- CREDITS: cumhuronat, tpug, antimon, flarecaster -->
|
||||
|
||||
<!-- Part titles used mostly in manual.xml itself -->
|
||||
@@ -86,6 +86,7 @@ supplemental files to mark section titles -->
|
||||
<!ENTITY reftitle.changelog '<title xmlns="http://docbook.org/ns/docbook">&Changelog;</title>'>
|
||||
<!ENTITY reftitle.classes '<title xmlns="http://docbook.org/ns/docbook">Öntanımlı Sınıflar</title>'>
|
||||
<!ENTITY reftitle.classsynopsis '<title xmlns="http://docbook.org/ns/docbook">Sınıf Sözdizimi</title>'>
|
||||
<!ENTITY reftitle.enumsynopsis '<title xmlns="http://docbook.org/ns/docbook">Sayımlama Sözdizimi</title>'>
|
||||
<!ENTITY reftitle.constants '<title xmlns="http://docbook.org/ns/docbook">Öntanımlı Sabitler</title>'>
|
||||
<!ENTITY reftitle.constructor '<title xmlns="http://docbook.org/ns/docbook">Nesne Kurucu</title>'>
|
||||
<!ENTITY reftitle.description '<title xmlns="http://docbook.org/ns/docbook">Açıklama</title>'>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 26e26a95fdc3aac9b464068953ea3105dee00f14 Maintainer: nilgun Status: ready -->
|
||||
<!-- EN-Revision: 267a3d4e60d8a6da941e72d195386b5841052cca Maintainer: nilgun Status: ready -->
|
||||
<!-- CREDITS: haluk -->
|
||||
<part xml:id="reserved.interfaces" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Öntanımlı Arayüzler ve Sınıflar</title>
|
||||
@@ -16,6 +16,7 @@
|
||||
&language.predefined.iteratoraggregate;
|
||||
&language.predefined.internaliterator;
|
||||
&language.predefined.throwable;
|
||||
&language.predefined.countable;
|
||||
&language.predefined.arrayaccess;
|
||||
&language.predefined.serializable;
|
||||
&language.predefined.closure;
|
||||
|
||||
Reference in New Issue
Block a user