svn: /phpdoc/de/trunk/ language/oop5/serialization.xml reference/misc/ini.xml reference/network/ini.xml reference/session/ini.xml
[email protected] (Nikita Popov)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
nikic Thu, 30 Jun 2011 22:31:32 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=312740
Log:
Sync some docs with EN (updates for PHP 5.4)
Changed paths:
U phpdoc/de/trunk/language/oop5/serialization.xml
U phpdoc/de/trunk/reference/misc/ini.xml
U phpdoc/de/trunk/reference/network/ini.xml
U phpdoc/de/trunk/reference/session/ini.xml
Modified: phpdoc/de/trunk/language/oop5/serialization.xml
===================================================================
--- phpdoc/de/trunk/language/oop5/serialization.xml 2011-06-30 22:31:15 UTC (rev 312739)
+++ phpdoc/de/trunk/language/oop5/serialization.xml 2011-06-30 22:31:32 UTC (rev 312740)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297557 Maintainer: simp Status: ready -->
+<!-- EN-Revision: 312729 Maintainer: simp Status: ready -->
<sect1 xml:id="language.oop5.serialization" xmlns="http://docbook.org/ns/docbook">
<title>Serialisierung von Objekten</title>
<title>Serialisierung von Objekten - Objekte in Sessions</title>
@@ -77,8 +77,8 @@
PHP-Seite serialisiert und in jeder nachfolgenden PHP-Seite
deserialisiert. Das heißt, dass diese Objekte in jeder Seite
der Anwendung auftauchen können, sobald diese Teil der Session
- werden. Beachten Sie im Bezug auf
- <function>session_register</function>: &removed.php.future;
+ werden. <function>session_register</function> wurde in
+ PHP 5.4.0 jedoch entfernt.
</para>
<para>
Modified: phpdoc/de/trunk/reference/misc/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/misc/ini.xml 2011-06-30 22:31:15 UTC (rev 312739)
+++ phpdoc/de/trunk/reference/misc/ini.xml 2011-06-30 22:31:32 UTC (rev 312740)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297557 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312729 Maintainer: sammywg Status: ready -->
<section xml:id="misc.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
&extension.runtime;
@@ -45,7 +45,7 @@
<entry>highlight.bg</entry>
<entry>"#FFFFFF"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>&removed.php.future;</entry>
+ <entry>Entfernt in PHP 5.4.0.</entry>
</row>
<row>
<entry>highlight.default</entry>
Modified: phpdoc/de/trunk/reference/network/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/network/ini.xml 2011-06-30 22:31:15 UTC (rev 312739)
+++ phpdoc/de/trunk/reference/network/ini.xml 2011-06-30 22:31:32 UTC (rev 312740)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297557 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312729 Maintainer: sammywg Status: ready -->
<section xml:id="network.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
@@ -22,7 +22,7 @@
<entry><link linkend="ini.define-syslog-variables">define_syslog_variables</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Nicht mehr zur Verwendung empfohlen ab PHP 5.3.0. &removed.php.future;</entry>
+ <entry>Nicht mehr zur Verwendung empfohlen ab PHP 5.3.0. Entfernt in PHP 5.4.0.</entry>
</row>
</tbody>
</tgroup>
Modified: phpdoc/de/trunk/reference/session/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/session/ini.xml 2011-06-30 22:31:15 UTC (rev 312739)
+++ phpdoc/de/trunk/reference/session/ini.xml 2011-06-30 22:31:32 UTC (rev 312740)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 307068 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 312729 Maintainer: samesch Status: ready -->
<section xml:id="session.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
&extension.runtime;
@@ -150,13 +150,13 @@
<entry><link linkend="ini.session.bug-compat-42">session.bug_compat_42</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Seit PHP 4.3.0 verfügbar. &removed.php.future;.</entry>
+ <entry>Seit PHP 4.3.0 verfügbar. Entfernt in PHP 5.4.0.</entry>
</row>
<row>
<entry><link linkend="ini.session.bug-compat-warn">session.bug_compat_warn</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Seit PHP 4.3.0 verfügbar. &removed.php.future;.</entry>
+ <entry>Seit PHP 4.3.0 verfügbar. Entfernt in PHP 5.4.0.</entry>
</row>
<row>
<entry><link linkend="ini.session.hash-function">session.hash_function</link></entry>
@@ -176,6 +176,42 @@
<entry>PHP_INI_ALL</entry>
<entry>Seit PHP 4.0.4 verfügbar.</entry>
</row>
+ <row>
+ <entry>session.upload_progress.enabled</entry>
+ <entry>"1"</entry>
+ <entry>PHP_INI_PERDIR</entry>
+ <entry>Seit PHP 5.4.0 verfügbar.</entry>
+ </row>
+ <row>
+ <entry>session.upload_progress.cleanup</entry>
+ <entry>"1"</entry>
+ <entry>PHP_INI_PERDIR</entry>
+ <entry>Seit PHP 5.4.0 verfügbar.</entry>
+ </row>
+ <row>
+ <entry>session.upload_progress.prefix</entry>
+ <entry>"upload_progress_"</entry>
+ <entry>PHP_INI_PERDIR</entry>
+ <entry>Seit PHP 5.4.0 verfügbar.</entry>
+ </row>
+ <row>
+ <entry>session.upload_progress.name</entry>
+ <entry>"PHP_SESSION_UPLOAD_PROGRESS"</entry>
+ <entry>PHP_INI_PERDIR</entry>
+ <entry>Seit PHP 5.4.0 verfügbar.</entry>
+ </row>
+ <row>
+ <entry>session.upload_progress.freq</entry>
+ <entry>"1%"</entry>
+ <entry>PHP_INI_PERDIR</entry>
+ <entry>Seit PHP 5.4.0 verfügbar.</entry>
+ </row>
+ <row>
+ <entry>session.upload_progress.min_freq</entry>
+ <entry>"1"</entry>
+ <entry>PHP_INI_PERDIR</entry>
+ <entry>Seit PHP 5.4.0 verfügbar.</entry>
+ </row>
</tbody>
</tgroup>
</table>