svn: /phpdoc/de/trunk/ appendices/ini.core.xml reference/session/functions/session-module-name.xml reference/strings/functions/crypt.xml

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Wed, 09 Jan 2019 18:33:05 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=346581

Log:
Sync with EN

Changed paths:
    U   phpdoc/de/trunk/appendices/ini.core.xml
    U   phpdoc/de/trunk/reference/session/functions/session-module-name.xml
    U   phpdoc/de/trunk/reference/strings/functions/crypt.xml

Modified: phpdoc/de/trunk/appendices/ini.core.xml
===================================================================
--- phpdoc/de/trunk/appendices/ini.core.xml	2019-01-09 18:05:27 UTC (rev 346580)
+++ phpdoc/de/trunk/appendices/ini.core.xml	2019-01-09 18:33:05 UTC (rev 346581)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 344076 Maintainer: nikic Status: ready -->
+<!-- EN-Revision: 346544 Maintainer: nikic Status: ready -->

 <section xml:id="ini.core" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title>Beschreibung der &php.ini;-Direktiven des Sprachkerns</title>
@@ -647,6 +647,12 @@
      </tbody>
     </tgroup>
    </table>
+   <note>
+    <para>
+     Die Verwendung von <link linkend="ini.open-basedir">open_basedir</link>
+     <emphasis>deaktiviert</emphasis> den Realpath-Cache.
+    </para>
+   </note>
   </para>
   &ini.descriptions.title;
   <para>
@@ -1603,6 +1609,12 @@
         unabhängiges Trennzeichen verwendet werden.
        </para>
       </note>
+      <note>
+       <para>
+        Die Verwendung von open_basedir setzt <link linkend="ini.realpath-cache-size">realpath_cache_size</link>
+        auf <literal>0</literal> und <emphasis>deaktiviert</emphasis> somit den Realpath-Cache.
+       </para>
+      </note>
      </listitem>
     </varlistentry>


Modified: phpdoc/de/trunk/reference/session/functions/session-module-name.xml
===================================================================
--- phpdoc/de/trunk/reference/session/functions/session-module-name.xml	2019-01-09 18:05:27 UTC (rev 346580)
+++ phpdoc/de/trunk/reference/session/functions/session-module-name.xml	2019-01-09 18:33:05 UTC (rev 346581)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 346542 Maintainer: samesch Status: ready -->
 <refentry xml:id="function.session-module-name" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>session_module_name</refname>
@@ -15,7 +15,8 @@
   </methodsynopsis>
   <para>
    <function>session_module_name</function> gibt den Namen des aktuellen
-   Session-Moduls zurück.
+   Session-Moduls zurück, das auch unter dem Namen
+   <link linkend="ini.session.save-handler">session.save_handler</link> bekannt ist.
   </para>
  </refsect1>

@@ -29,6 +30,9 @@
       <para>
        Wenn <parameter>module</parameter> angegeben wird, wird stattdessen
        dieses Modul verwendet.
+       Die Übergabe von <literal>"user"</literal> an diesen Parameter ist verboten.
+       Statt dessen sollte <function>set_set_save_handler</function> aufgerufen
+       werden, um einen benutzerdefinierten Session-Handler festzulegen.
       </para>
      </listitem>
     </varlistentry>
@@ -43,6 +47,29 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>7.2.0</entry>
+      <entry>
+       Es ist nun explizit verboten, den Modulnamen auf <literal>"user"</literal>
+       festzulegen. Zuvor wurde dies stillschweigend ignoriert.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
 </refentry>



Modified: phpdoc/de/trunk/reference/strings/functions/crypt.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/crypt.xml	2019-01-09 18:05:27 UTC (rev 346580)
+++ phpdoc/de/trunk/reference/strings/functions/crypt.xml	2019-01-09 18:33:05 UTC (rev 346581)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 342072 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 346579 Maintainer: sammywg Status: ready -->

 <refentry xmlns:xlink="http://www.w3.org/1999/xlink"  xmlns="http://docbook.org/ns/docbook" xml:id="function.crypt">
  <refnamediv>
@@ -8,6 +8,10 @@
   <refpurpose>Einweg-String-Hashing</refpurpose>
  </refnamediv>

+ <refsynopsisdiv>
+  &note.not-bin-safe;
+ </refsynopsisdiv>
+
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.