svn: /phpdoc/de/trunk/reference/ curl/configure.xml filesystem/ini.xml session/upload-progress.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Sat, 01 Sep 2018 10:55:30 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=345579
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/reference/curl/configure.xml
U phpdoc/de/trunk/reference/filesystem/ini.xml
U phpdoc/de/trunk/reference/session/upload-progress.xml
Modified: phpdoc/de/trunk/reference/curl/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/configure.xml 2018-09-01 10:14:31 UTC (rev 345578)
+++ phpdoc/de/trunk/reference/curl/configure.xml 2018-09-01 10:55:30 UTC (rev 345579)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 344987 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 345565 Maintainer: jaenecke Status: ready -->
<section xml:id="curl.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
@@ -24,6 +24,7 @@
<filename>libeay32.dll</filename> und <filename>ssleay32.dll</filename> oder, von OpenSSL 1.1 an,
<filename>libcrypto-*.dll</filename> und <filename>libssl-*.dll</filename>
im <envar>PATH</envar> verfügbar sein.
+ Ebenfalls muss <filename>libssh2.dll</filename> im <envar>PATH</envar> verfügbar sein.
</simpara>
<simpara>
<filename>libcurl.dll</filename> von der cURL-Webseite wird nicht benötigt.
Modified: phpdoc/de/trunk/reference/filesystem/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/ini.xml 2018-09-01 10:14:31 UTC (rev 345578)
+++ phpdoc/de/trunk/reference/filesystem/ini.xml 2018-09-01 10:55:30 UTC (rev 345579)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 344076 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 345558 Maintainer: wiesemann Status: ready -->
<section xml:id="filesystem.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
@@ -22,7 +22,7 @@
<entry><link linkend="ini.allow-url-fopen">allow_url_fopen</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>PHP_INI_ALL in PHP <= 4.3.4. Verfügbar seit PHP 4.0.4.</entry>
+ <entry></entry>
</row>
<row>
<entry><link linkend="ini.allow-url-include">allow_url_include</link></entry>
@@ -34,13 +34,13 @@
<entry><link linkend="ini.user-agent">user_agent</link></entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Verfügbar seit PHP 4.3.0.</entry>
+ <entry></entry>
</row>
<row>
<entry><link linkend="ini.default-socket-timeout">default_socket_timeout</link></entry>
<entry>"60"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Verfügbar seit PHP 4.3.0.</entry>
+ <entry>V</entry>
</row>
<row>
<entry><link linkend="ini.from">from</link></entry>
@@ -52,7 +52,7 @@
<entry><link linkend="ini.auto-detect-line-endings">auto_detect_line_endings</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Verfügbar seit PHP 4.3.0.</entry>
+ <entry></entry>
</row>
<row>
<entry><link linkend="ini.sys-temp-dir">sys_temp_dir</link></entry>
@@ -85,26 +85,6 @@
wie <link linkend="ref.zlib">zlib</link> registrieren eventuell
weitere Wrapper.
</para>
- <note>
- <para>
- Diese Option wurde direkt nach dem Release von PHP 4.0.3
- eingeführt. Für Versionen bis einschließlich PHP 4.0.3 können
- Sie dieses Feature nur zur Compilezeit mit Hilfe der
- Konfigurationsoption <link
- linkend="configure.disable-url-fopen-wrapper"><parameter>
- --disable-url-fopen-wrapper</parameter></link> deaktivieren.
- </para>
- </note>
- <warning>
- <para>
- Unter Windows können die folgenden Funktionen bis PHP 4.3.0 nicht
- auf entfernte Dateien zugreifen: <function>include</function>,
- <function>include_once</function>, <function>require</function>,
- <function>require_once</function> sowie die
- imagecreatefromXXX-Funktionen der
- <xref linkend="ref.image"/>-Extension.
- </para>
- </warning>
</listitem>
</varlistentry>
@@ -151,11 +131,6 @@
Standardzeitbeschränkung für Socket-basierende Streams
in Sekunden.
</para>
- <note>
- <simpara>
- Diese Konfigurationsoption wurde in PHP 4.3.0 eingeführt.
- </simpara>
- </note>
</listitem>
</varlistentry>
@@ -192,11 +167,6 @@
als Feldtrenner benutzen, ein nicht abwärtskompatibles Verhalten
feststellen.
</para>
- <note>
- <simpara>
- Diese Konfigurationsoption wurde in PHP 4.3.0 eingeführt.
- </simpara>
- </note>
</listitem>
</varlistentry>
Modified: phpdoc/de/trunk/reference/session/upload-progress.xml
===================================================================
--- phpdoc/de/trunk/reference/session/upload-progress.xml 2018-09-01 10:14:31 UTC (rev 345578)
+++ phpdoc/de/trunk/reference/session/upload-progress.xml 2018-09-01 10:55:30 UTC (rev 345579)
@@ -1,11 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331290 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 345567 Maintainer: nobody Status: ready -->
<!-- Credits: tihox -->
<chapter xml:id="session.upload-progress" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Session-Upload-Fortschritt</title>
+ <note>
+ <simpara>
+ Dieses Feature ist von PHP 5.4.0 an verfügbar.
+ </simpara>
+ </note>
+
<para>
Wenn die
<link linkend="ini.session.upload-progress.enabled">session.upload_progress.enabled</link>
@@ -117,6 +123,15 @@
funktioniert. Server wie z.B. Nginx sind bekannt dafür, große Anfragen zu puffern.
</para>
</warning>
+ <caution>
+ <para>
+ Die Upload-Fortschrittsinformationen werden in die Session geschrieben, bevor
+ irgendein Skript ausgeführt wird. Daher führt die Änderung des Session-Namens
+ per <function>ini_set</function> oder <function>session_name</function> zu
+ einer Session ohne die Upload-Fortschrittsinformationen.
+ </para>
+ </caution>
+
</chapter>
<!-- Keep this comment at the end of the file