Skip to content

Commit

Permalink
update for sync with English docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nilgun committed Dec 12, 2024
1 parent a758b90 commit dbf97fd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 9 additions & 3 deletions appendices/ini.core.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -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
Expand All @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion language-defs.ent
Original file line number Diff line number Diff line change
@@ -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 -->
Expand Down Expand Up @@ -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>'>
Expand Down
3 changes: 2 additions & 1 deletion language/predefined/interfaces.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand All @@ -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;
Expand Down

0 comments on commit dbf97fd

Please sign in to comment.