svn: /phpdoc/de/trunk/ faq/installation.xml reference/mssql/functions/mssql-connect.xml reference/mssql/functions/mssql-field-length.xml reference/mssql/functions/mssql-query.xml reference/mssql/functions/mssql-select-db.xml reference/pcre/configure.xml reference/pcre/functions/preg-filter.xml reference/pcre/functions/preg-grep.xml reference/pcre/functions/preg-match-all.xml reference/pcre/functions/preg-match.xml reference/pcre/functions/preg-quote.xml reference/pcre/functions/preg-replace-call
[email protected] (Martin Samesch)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
samesch Tue, 04 Jan 2011 12:05:47 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307074
Log:
synced with EN
Changed paths:
U phpdoc/de/trunk/faq/installation.xml
U phpdoc/de/trunk/reference/mssql/functions/mssql-connect.xml
U phpdoc/de/trunk/reference/mssql/functions/mssql-field-length.xml
U phpdoc/de/trunk/reference/mssql/functions/mssql-query.xml
U phpdoc/de/trunk/reference/mssql/functions/mssql-select-db.xml
U phpdoc/de/trunk/reference/pcre/configure.xml
UU phpdoc/de/trunk/reference/pcre/functions/preg-filter.xml
U phpdoc/de/trunk/reference/pcre/functions/preg-grep.xml
U phpdoc/de/trunk/reference/pcre/functions/preg-match-all.xml
U phpdoc/de/trunk/reference/pcre/functions/preg-match.xml
U phpdoc/de/trunk/reference/pcre/functions/preg-quote.xml
U phpdoc/de/trunk/reference/pcre/functions/preg-replace-callback.xml
U phpdoc/de/trunk/reference/pcre/functions/preg-replace.xml
U phpdoc/de/trunk/reference/pcre/functions/preg-split.xml
U phpdoc/de/trunk/reference/session/functions/session-cache-expire.xml
U phpdoc/de/trunk/reference/session/functions/session-name.xml
U phpdoc/de/trunk/reference/session/functions/session-set-save-handler.xml
U phpdoc/de/trunk/reference/session/ini.xml
svn-diffs-307074.txt
(text/x-diff, 24.6 KB)
Modified: phpdoc/de/trunk/faq/installation.xml
===================================================================
--- phpdoc/de/trunk/faq/installation.xml 2011-01-04 11:55:18 UTC (rev 307073)
+++ phpdoc/de/trunk/faq/installation.xml 2011-01-04 12:05:47 UTC (rev 307074)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 299643 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 306787 Maintainer: samesch Status: ready -->
<chapter xml:id="faq.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Installation</title>
<titleabbrev>Installation</titleabbrev>
@@ -190,7 +190,6 @@
<![CDATA[
# Extra Modules
AddModule mod_php.c
-AddModule mod_php.c
AddModule mod_perl.c
# Extra Modules
Modified: phpdoc/de/trunk/reference/mssql/functions/mssql-connect.xml
===================================================================
--- phpdoc/de/trunk/reference/mssql/functions/mssql-connect.xml 2011-01-04 11:55:18 UTC (rev 307073)
+++ phpdoc/de/trunk/reference/mssql/functions/mssql-connect.xml 2011-01-04 12:05:47 UTC (rev 307074)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 302468 Maintainer: samesch Status: ready -->
<refentry xml:id="function.mssql-connect" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mssql_connect</refname>
@@ -36,7 +36,8 @@
<listitem>
<para>
Der MS SQL-Server. Er kann auch eine Portnummer enthalten, z.B.
- <literal>hostname,port</literal>.
+ <literal>hostname:port</literal> (Linux) oder
+ <literal>hostname,port</literal> (Windows).
</para>
</listitem>
</varlistentry>
Modified: phpdoc/de/trunk/reference/mssql/functions/mssql-field-length.xml
===================================================================
--- phpdoc/de/trunk/reference/mssql/functions/mssql-field-length.xml 2011-01-04 11:55:18 UTC (rev 307073)
+++ phpdoc/de/trunk/reference/mssql/functions/mssql-field-length.xml 2011-01-04 12:05:47 UTC (rev 307074)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 297658 Maintainer: samesch Status: ready -->
<refentry xml:id="function.mssql-field-length" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mssql_field_length</refname>
@@ -92,10 +92,12 @@
<note>
<title>Anmerkung für Windows-Benutzer</title>
<para>
- Wegen einer Einschränkung des von PHP verwendeten zugrundeliegenden API
- (MS DBLib C API) ist die Länge von <literal>VARCHAR</literal>-Feldern auf
- <emphasis>255</emphasis> begrenzt. Verwenden Sie stattdessen ein
- <literal>TEXT</literal>-Feld, wenn Sie mehr Daten speichern wollen.
+ Wegen einer Einschränkung der von <acronym>PHP</acronym> verwendeten
+ zugrundeliegenden <acronym>API</acronym> (MS DBLib C
+ <acronym>API</acronym>) ist die Länge von
+ <literal>VARCHAR</literal>-Feldern auf <emphasis>255</emphasis> begrenzt.
+ Verwenden Sie stattdessen ein <literal>TEXT</literal>-Feld, wenn Sie mehr
+ Daten speichern wollen.
</para>
</note>
</refsect1>
Modified: phpdoc/de/trunk/reference/mssql/functions/mssql-query.xml
===================================================================
--- phpdoc/de/trunk/reference/mssql/functions/mssql-query.xml 2011-01-04 11:55:18 UTC (rev 307073)
+++ phpdoc/de/trunk/reference/mssql/functions/mssql-query.xml 2011-01-04 12:05:47 UTC (rev 307074)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 300101 Maintainer: samesch Status: ready -->
<refentry xml:id="function.mssql-query" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mssql_query</refname>
Modified: phpdoc/de/trunk/reference/mssql/functions/mssql-select-db.xml
===================================================================
--- phpdoc/de/trunk/reference/mssql/functions/mssql-select-db.xml 2011-01-04 11:55:18 UTC (rev 307073)
+++ phpdoc/de/trunk/reference/mssql/functions/mssql-select-db.xml 2011-01-04 12:05:47 UTC (rev 307074)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 301845 Maintainer: samesch Status: ready -->
<refentry xml:id="function.mssql-select-db" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mssql_select_db</refname>
@@ -78,7 +78,7 @@
<refsect1 role="examples">
&reftitle.examples;
<para>
- <example>
+ <example xml:id="mssql.mssql-select-db.example.basic">
<title><function>mssql_select_db</function>-Beispiel</title>
<programlisting role="php">
<![CDATA[
@@ -93,6 +93,22 @@
</programlisting>
</example>
</para>
+ <para>
+ <example xml:id="mssql.mssql-select-db.example.escape">
+ <title>Maskieren des Datenbanknamens mit eckigen Klammern</title>
+ <programlisting role="php">
+<![CDATA[
+<?php
+// Mit MSSQL verbinden
+$verbindung = mssql_connect('KALLESPC\SQLEXPRESS', 'sa', 'phpfi');
+
+// Die Datenbank 'mein.datenbank-name' auswählen
+mssql_select_db('[mein.datenbank-name]', $verbindung);
+?>
+]]>
+ </programlisting>
+ </example>
+ </para>
</refsect1>
<refsect1 role="seealso">
Modified: phpdoc/de/trunk/reference/pcre/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/pcre/configure.xml 2011-01-04 11:55:18 UTC (rev 307073)
+++ phpdoc/de/trunk/reference/pcre/configure.xml 2011-01-04 12:05:47 UTC (rev 307074)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 301091 Maintainer: samesch Status: ready -->
<section xml:id="pcre.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
<para>
@@ -46,33 +46,33 @@
</thead>
<tbody>
<row>
- <entry>4.4.7</entry>
- <entry>7.7</entry>
+ <entry>5.3.3</entry>
+ <entry>8.02</entry>
<entry></entry>
</row>
<row>
- <entry>5.0.0</entry>
- <entry>4.5</entry>
+ <entry>5.3.2</entry>
+ <entry>8.00</entry>
<entry></entry>
</row>
<row>
- <entry>5.0.5</entry>
- <entry>5.0</entry>
+ <entry>5.3.0</entry>
+ <entry>7.9</entry>
<entry></entry>
</row>
<row>
- <entry>5.1.0</entry>
- <entry>6.2</entry>
+ <entry>5.2.7</entry>
+ <entry>7.8</entry>
<entry></entry>
</row>
<row>
- <entry>5.2.0</entry>
- <entry>6.7</entry>
+ <entry>5.2.6</entry>
+ <entry>7.6</entry>
<entry></entry>
</row>
<row>
- <entry>5.2.2</entry>
- <entry>7.0</entry>
+ <entry>5.2.5</entry>
+ <entry>7.3</entry>
<entry></entry>
</row>
<row>
@@ -81,25 +81,35 @@
<entry></entry>
</row>
<row>
- <entry>5.2.5</entry>
- <entry>7.3</entry>
+ <entry>5.2.2</entry>
+ <entry>7.0</entry>
<entry></entry>
</row>
<row>
- <entry>5.2.6</entry>
- <entry>7.6</entry>
+ <entry>5.2.0</entry>
+ <entry>6.7</entry>
<entry></entry>
</row>
<row>
- <entry>5.2.7</entry>
- <entry>7.8</entry>
+ <entry>5.1.0</entry>
+ <entry>6.2</entry>
<entry></entry>
</row>
<row>
- <entry>5.3.0</entry>
- <entry>7.9</entry>
+ <entry>5.0.5</entry>
+ <entry>5.0</entry>
<entry></entry>
</row>
+ <row>
+ <entry>5.0.0</entry>
+ <entry>4.5</entry>
+ <entry></entry>
+ </row>
+ <row>
+ <entry>4.4.7</entry>
+ <entry>7.7</entry>
+ <entry></entry>
+ </row>
</tbody>
</tgroup>
</table>
Modified: phpdoc/de/trunk/reference/pcre/functions/preg-filter.xml
===================================================================
--- phpdoc/de/trunk/reference/pcre/functions/preg-filter.xml 2011-01-04 11:55:18 UTC (rev 307073)
+++ phpdoc/de/trunk/reference/pcre/functions/preg-filter.xml 2011-01-04 12:05:47 UTC (rev 307074)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision:$ -->
-<!-- EN-Revision: 290682 Maintainer: samesch Status: ready -->
+<!-- $Revision$ -->
+<!-- EN-Revision: 303177 Maintainer: samesch Status: ready -->
<refentry xml:id="function.preg-filter" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>preg_filter</refname>
@@ -18,10 +18,11 @@
<methodparam choice="opt"><type>int</type><parameter role="reference">count</parameter></methodparam>
</methodsynopsis>
<para>
- Davon abgesehen, dass <function>preg_filter</function> nur
- Übereinstimmungen zurückgibt, ist sie mit <function>preg_replace</function>
- identisch. Details über die Funktionsweise dieser Funktion finden Sie in
- der <function>preg_replace</function>-Dokumentation.
+ Davon abgesehen, dass <function>preg_filter</function> bei
+ Übereinstimmungen nur (möglicherweise umgewandelte) Zeichenketten
+ zurückgibt, ist sie mit <function>preg_replace</function> identisch.
+ Details über die Funktionsweise dieser Funktion finden Sie in der
+ <function>preg_replace</function>-Dokumentation.
</para>
</refsect1>
@@ -32,10 +33,10 @@
ein <type>Array</type> ist, andernfalls eine <type>Zeichenkette</type>.
</para>
<para>
- Falls Übereinstimmungen gefunden wurden, wird die neue Zeichenkette
- <parameter>subject</parameter> zurückgegeben, andernfalls wird
- <parameter>subject</parameter> unverändert zurückgegeben oder &null;, falls
- ein Fehler auftrat.
+ Falls keine Übereinstimmungen gefunden wurden oder ein Fehler auftrat, wird
+ ein leeres <type>Array</type> zurückgegeben, wenn
+ <parameter>subject</parameter> ein <type>Array</type> ist, andernfalls
+ &null;.
</para>
</refsect1>
@@ -99,8 +100,8 @@
<simplelist>
<member><function>preg_replace</function></member>
<member><function>preg_replace_callback</function></member>
- <member><function>preg_match</function></member>
- <member><function>preg_split</function></member>
+ <member><function>preg_grep</function></member>
+ <member><function>preg_last_error</function></member>
</simplelist>
</para>
</refsect1>
Property changes on: phpdoc/de/trunk/reference/pcre/functions/preg-filter.xml
___________________________________________________________________
Added: svn:keywords
+ Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
Added: svn:eol-style
+ native
Modified: phpdoc/de/trunk/reference/pcre/functions/preg-grep.xml
===================================================================
--- phpdoc/de/trunk/reference/pcre/functions/preg-grep.xml 2011-01-04 11:55:18 UTC (rev 307073)
+++ phpdoc/de/trunk/reference/pcre/functions/preg-grep.xml 2011-01-04 12:05:47 UTC (rev 307074)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 300271 Maintainer: samesch Status: ready -->
<refentry xml:id="function.preg-grep" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>preg_grep</refname>
@@ -120,9 +120,19 @@
</para>
</refsect1>
+ <refsect1 role="seealso">
+ &reftitle.seealso;
+ <para>
+ <simplelist>
+ <member><function>preg_match_all</function></member>
+ <member><function>preg_filter</function></member>
+ <member><function>preg_last_error</function></member>
+ </simplelist>
+ </para>
+ </refsect1>
+
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/de/trunk/reference/pcre/functions/preg-match-all.xml
===================================================================
--- phpdoc/de/trunk/reference/pcre/functions/preg-match-all.xml 2011-01-04 11:55:18 UTC (rev 307073)
+++ phpdoc/de/trunk/reference/pcre/functions/preg-match-all.xml 2011-01-04 12:05:47 UTC (rev 307074)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 305275 Maintainer: samesch Status: ready -->
<refentry xml:id="function.preg-match-all" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>preg_match_all</refname>
@@ -14,8 +14,8 @@
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
<methodparam><type>string</type><parameter>subject</parameter></methodparam>
<methodparam><type>array</type><parameter role="reference">matches</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer><constant>PREG_PATTERN_ORDER</constant></initializer></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>offset</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>
Durchsucht <parameter>subject</parameter> nach allen Übereinstimmungen mit
@@ -368,13 +368,13 @@
<member><function>preg_match</function></member>
<member><function>preg_replace</function></member>
<member><function>preg_split</function></member>
+ <member><function>preg_last_error</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/de/trunk/reference/pcre/functions/preg-match.xml
===================================================================
--- phpdoc/de/trunk/reference/pcre/functions/preg-match.xml 2011-01-04 11:55:18 UTC (rev 307073)
+++ phpdoc/de/trunk/reference/pcre/functions/preg-match.xml 2011-01-04 12:05:47 UTC (rev 307074)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 305275 Maintainer: samesch Status: ready -->
<refentry xml:id="function.preg-match" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>preg_match</refname>
@@ -14,8 +14,8 @@
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
<methodparam><type>string</type><parameter>subject</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter role="reference">matches</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>offset</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>
Durchsucht <parameter>subject</parameter> nach Übereinstimmungen mit dem in
@@ -335,13 +335,13 @@
<member><function>preg_match_all</function></member>
<member><function>preg_replace</function></member>
<member><function>preg_split</function></member>
+ <member><function>preg_last_error</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/de/trunk/reference/pcre/functions/preg-quote.xml
===================================================================
--- phpdoc/de/trunk/reference/pcre/functions/preg-quote.xml 2011-01-04 11:55:18 UTC (rev 307073)
+++ phpdoc/de/trunk/reference/pcre/functions/preg-quote.xml 2011-01-04 12:05:47 UTC (rev 307074)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 298918 Maintainer: samesch Status: ready -->
<refentry xml:id="function.preg-quote" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>preg_quote</refname>
@@ -12,7 +12,7 @@
<methodsynopsis>
<type>string</type><methodname>preg_quote</methodname>
<methodparam><type>string</type><parameter>str</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>delimiter</parameter><initializer>NULL</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>delimiter</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
<function>preg_quote</function> setzt einen Backslash vor jedes Zeichen von
@@ -129,7 +129,6 @@
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/de/trunk/reference/pcre/functions/preg-replace-callback.xml
===================================================================
--- phpdoc/de/trunk/reference/pcre/functions/preg-replace-callback.xml 2011-01-04 11:55:18 UTC (rev 307073)
+++ phpdoc/de/trunk/reference/pcre/functions/preg-replace-callback.xml 2011-01-04 12:05:47 UTC (rev 307074)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 306477 Maintainer: samesch Status: ready -->
<refentry xml:id="function.preg-replace-callback" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>preg_replace_callback</refname>
@@ -234,7 +234,9 @@
<para>
<simplelist>
<member><function>preg_replace</function></member>
+ <member><function>preg_last_error</function></member>
<member><function>create_function</function></member>
+ <member><link linkend="functions.anonymous">Anonymous functions</link></member>
<member>&seealso.callback;</member>
</simplelist>
</para>
Modified: phpdoc/de/trunk/reference/pcre/functions/preg-replace.xml
===================================================================
--- phpdoc/de/trunk/reference/pcre/functions/preg-replace.xml 2011-01-04 11:55:18 UTC (rev 307073)
+++ phpdoc/de/trunk/reference/pcre/functions/preg-replace.xml 2011-01-04 12:05:47 UTC (rev 307074)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 304409 Maintainer: samesch Status: ready -->
<refentry xml:id="function.preg-replace" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>preg_replace</refname>
@@ -372,6 +372,7 @@
<member><function>preg_match</function></member>
<member><function>preg_replace_callback</function></member>
<member><function>preg_split</function></member>
+ <member><function>preg_last_error</function></member>
</simplelist>
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/pcre/functions/preg-split.xml
===================================================================
--- phpdoc/de/trunk/reference/pcre/functions/preg-split.xml 2011-01-04 11:55:18 UTC (rev 307073)
+++ phpdoc/de/trunk/reference/pcre/functions/preg-split.xml 2011-01-04 12:05:47 UTC (rev 307074)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 306477 Maintainer: samesch Status: ready -->
<refentry xml:id="function.preg-split" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>preg_split</refname>
@@ -235,12 +235,11 @@
&reftitle.seealso;
<para>
<simplelist>
- <member><function>spliti</function></member>
- <member><function>split</function></member>
<member><function>implode</function></member>
<member><function>preg_match</function></member>
<member><function>preg_match_all</function></member>
<member><function>preg_replace</function></member>
+ <member><function>preg_last_error</function></member>
</simplelist>
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/session/functions/session-cache-expire.xml
===================================================================
--- phpdoc/de/trunk/reference/session/functions/session-cache-expire.xml 2011-01-04 11:55:18 UTC (rev 307073)
+++ phpdoc/de/trunk/reference/session/functions/session-cache-expire.xml 2011-01-04 12:05:47 UTC (rev 307074)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 303894 Maintainer: samesch Status: ready -->
<refentry xml:id='function.session-cache-expire' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>session_cache_expire</refname>
@@ -19,7 +19,8 @@
</para>
<para>
Die Cache-Verfallszeit wird zu Beginn einer Anfrage auf den standardmäßigen
- Wert von 180, der in <literal>session.cache_limiter</literal> gespeichert
+ Wert von 180, der in <link
+ linkend="ini.session.cache-expire">session.cache_expire</link> gespeichert
ist, zurückgesetzt. Folglich müssen Sie
<function>session_cache_expire</function> bei jeder Anfrage (und vor dem
Aufruf von <function>session_start</function>) aufrufen.
Modified: phpdoc/de/trunk/reference/session/functions/session-name.xml
===================================================================
--- phpdoc/de/trunk/reference/session/functions/session-name.xml 2011-01-04 11:55:18 UTC (rev 307073)
+++ phpdoc/de/trunk/reference/session/functions/session-name.xml 2011-01-04 12:05:47 UTC (rev 307074)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 300430 Maintainer: samesch Status: ready -->
<refentry xml:id="function.session-name" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>session_name</refname>
Modified: phpdoc/de/trunk/reference/session/functions/session-set-save-handler.xml
===================================================================
--- phpdoc/de/trunk/reference/session/functions/session-set-save-handler.xml 2011-01-04 11:55:18 UTC (rev 307073)
+++ phpdoc/de/trunk/reference/session/functions/session-set-save-handler.xml 2011-01-04 12:05:47 UTC (rev 307074)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 300344 Maintainer: samesch Status: ready -->
<refentry xml:id="function.session-set-save-handler" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>session_set_save_handler</refname>
@@ -68,6 +68,9 @@
<term><parameter>write</parameter></term>
<listitem>
<para>
+ Die schreiben-Routine, die aufgerufen wird, wenn Session-Daten
+ gespeichert werden sollen. Diese Funktion erwartet zwei Parameter: eine
+ Session-ID und die zugehörigen Daten.
<note>
<para>
Die schreiben-Routine wird nicht ausgeführt, bevor die Ausgabe
Modified: phpdoc/de/trunk/reference/session/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/session/ini.xml 2011-01-04 11:55:18 UTC (rev 307073)
+++ phpdoc/de/trunk/reference/session/ini.xml 2011-01-04 12:05:47 UTC (rev 307074)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 307068 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. Wurde in PHP 6.0.0 entfernt.</entry>
+ <entry>Seit PHP 4.3.0 verfügbar. &removed.php.future;.</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. Wurde in PHP 6.0.0 entfernt.</entry>
+ <entry>Seit PHP 4.3.0 verfügbar. &removed.php.future;.</entry>
</row>
<row>
<entry><link linkend="ini.session.hash-function">session.hash_function</link></entry>
@@ -404,6 +404,12 @@
<literal>/dev/random</literal> oder <literal>/dev/urandom</literal>, die
auf vielen Unix-Systemen zur Verfügung stehen.
</simpara>
+ <simpara>
+ Diese Einstellung wird unter Windows seit PHP 5.3.3 unterstützt. Wenn
+ <literal>session.entropy_length</literal> auf einen von Null
+ verschiedenen Wert gesetzt wird, verwendet PHP die Windows Zufalls-API
+ als Entropie-Quelle.
+ </simpara>
</listitem>
</varlistentry>