svn: /phpdoc/de/trunk/ appendices/configure/index.xml language/context/ftp.xml language/context/parameters.xml reference/array/functions/shuffle.xml reference/calendar/functions/cal-info.xml reference/calendar/functions/easter-date.xml reference/calendar/functions/easter-days.xml reference/ctype/functions/ctype-digit.xml reference/errorfunc/functions/debug-print-backtrace.xml reference/errorfunc/functions/error-get-last.xml reference/errorfunc/functions/restore-exception-handler.xml reference/er
[email protected] (Hartmut Holzgraefe)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
hholzgra Sat, 02 Jul 2011 07:25:45 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=312799
Log:
translation updates
Changed paths:
U phpdoc/de/trunk/appendices/configure/index.xml
U phpdoc/de/trunk/language/context/ftp.xml
U phpdoc/de/trunk/language/context/parameters.xml
U phpdoc/de/trunk/reference/array/functions/shuffle.xml
U phpdoc/de/trunk/reference/calendar/functions/cal-info.xml
U phpdoc/de/trunk/reference/calendar/functions/easter-date.xml
U phpdoc/de/trunk/reference/calendar/functions/easter-days.xml
U phpdoc/de/trunk/reference/ctype/functions/ctype-digit.xml
U phpdoc/de/trunk/reference/errorfunc/functions/debug-print-backtrace.xml
U phpdoc/de/trunk/reference/errorfunc/functions/error-get-last.xml
U phpdoc/de/trunk/reference/errorfunc/functions/restore-exception-handler.xml
U phpdoc/de/trunk/reference/errorfunc/functions/set-exception-handler.xml
U phpdoc/de/trunk/reference/errorfunc/functions/trigger-error.xml
U phpdoc/de/trunk/reference/fribidi/functions/fribidi-log2vis.xml
U phpdoc/de/trunk/reference/misc/functions/time-sleep-until.xml
U phpdoc/de/trunk/reference/msession/configure.xml
U phpdoc/de/trunk/reference/mysql/examples.xml
U phpdoc/de/trunk/reference/nis/constants.xml
U phpdoc/de/trunk/reference/xslt/book.xml
U phpdoc/de/trunk/reference/xslt/setup.xml
svn-diffs-312799.txt
(text/x-diff, 24.7 KB)
Modified: phpdoc/de/trunk/appendices/configure/index.xml
===================================================================
--- phpdoc/de/trunk/appendices/configure/index.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/appendices/configure/index.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: working -->
+<!-- EN-Revision: 304660 Maintainer: hholzgra Status: working -->
<appendix xml:id="configure" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Configure options</title>
@@ -30,19 +30,19 @@
<itemizedlist>
<listitem>
- <para>
+ <simpara>
<link linkend="configure.options.misc">Miscellaneous</link>
- </para>
+ </simpara>
</listitem>
<listitem>
- <para>
+ <simpara>
<link linkend="configure.options.php">PHP Behaviour</link>
- </para>
+ </simpara>
</listitem>
<listitem>
- <para>
+ <simpara>
<link linkend="configure.options.servers">Server</link>
- </para>
+ </simpara>
</listitem>
</itemizedlist>
Modified: phpdoc/de/trunk/language/context/ftp.xml
===================================================================
--- phpdoc/de/trunk/language/context/ftp.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/language/context/ftp.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 306259 Maintainer: hholzgra Status: ready -->
<refentry xml:id="context.ftp" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
<refnamediv>
@@ -119,6 +119,7 @@
&reftitle.seealso;
<para>
<simplelist>
+ <member><xref linkend="wrappers.ftp" /></member>
<member><xref linkend="context.socket" /></member>
<member><xref linkend="context.ssl" /></member>
</simplelist>
Modified: phpdoc/de/trunk/language/context/parameters.xml
===================================================================
--- phpdoc/de/trunk/language/context/parameters.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/language/context/parameters.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 292778 Maintainer: hholzgra Status: ready -->
<refentry xml:id="context.params" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
<refnamediv>
Modified: phpdoc/de/trunk/reference/array/functions/shuffle.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/shuffle.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/reference/array/functions/shuffle.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: n/a Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
<!-- CREDITS: tom, simp -->
<refentry xml:id="function.shuffle" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -48,7 +48,6 @@
<![CDATA[
<?php
$numbers = range(1, 20);
-srand((float)microtime() * 1000000);
shuffle($numbers);
foreach ($numbers as $number) {
echo "$number ";
@@ -59,10 +58,27 @@
</example>
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <para>
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ &changelog.randomseed;
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
+ </refsect1>
<refsect1 role="notes">
&reftitle.notes;
¬e.no-key-association;
- ¬e.randomseed;
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
@@ -85,7 +101,7 @@
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
-sgml-default-dtd-file:"../../../../manual.ced"
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
Modified: phpdoc/de/trunk/reference/calendar/functions/cal-info.xml
===================================================================
--- phpdoc/de/trunk/reference/calendar/functions/cal-info.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/reference/calendar/functions/cal-info.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 311057 Maintainer: hholzgra Status: ready -->
<refentry xml:id='function.cal-info' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>cal_info</refname>
@@ -90,7 +90,7 @@
</thead>
<tbody>
<row>
- <entry>Since 5.0</entry>
+ <entry>5.0.0</entry>
<entry>
Der Parameter <parameter>calendar</parameter> ist nun optionl
und es werden Informationen zu allen Kalendern zurückgegeben
Modified: phpdoc/de/trunk/reference/calendar/functions/easter-date.xml
===================================================================
--- phpdoc/de/trunk/reference/calendar/functions/easter-date.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/reference/calendar/functions/easter-date.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 298915 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.easter-date" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>easter_date</refname>
@@ -41,10 +41,6 @@
zwei Korrekturfaktoren eingeführt, um den Zyklus genauer
abzubilden.
</para>
- <para>
- (Der Code basiert auf einen C-Programm von Simon Kershaw,
- <webmaster at ely.anglican.org>)
- </para>
</refsect1>
<refsect1 role="parameters">
Modified: phpdoc/de/trunk/reference/calendar/functions/easter-days.xml
===================================================================
--- phpdoc/de/trunk/reference/calendar/functions/easter-days.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/reference/calendar/functions/easter-days.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 298915 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.easter-days" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>easter_days</refname>
@@ -44,10 +44,6 @@
Korekturfaktoren eingeführt um die Genauigkeit der Berechnungen
zu erhöhen.
</para>
- <para>
- (Die Implementation beruht auf einem C Programm von Simon Kershaw,
- <webmaster at ely.anglican dot org>)
- </para>
</refsect1>
<refsect1 role="parameters">
Modified: phpdoc/de/trunk/reference/ctype/functions/ctype-digit.xml
===================================================================
--- phpdoc/de/trunk/reference/ctype/functions/ctype-digit.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/reference/ctype/functions/ctype-digit.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: n/a Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 300784 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.ctype-digit" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ctype_digit</refname>
@@ -42,6 +42,31 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <para>
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>5.1.0</entry>
+ <entry>
+ Vor PHP 5.1.0 gab die Funktion auch &true; zurück
+ wenn der Eingabestring komplett leer war.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
@@ -71,14 +96,50 @@
</screen>
</example>
</para>
+ <para>
+ <example>
+ <title>A <function>ctype_digit</function> example comparing strings with integers</title>
+ <programlisting role="php">
+<![CDATA[
+<?php
+
+$numeric_string = '42';
+$integer = 42;
+
+ctype_digit($numeric_string); // true
+ctype_digit($integer); // false
+
+is_numeric($numeric_string); // true
+is_numeric($integer); // true
+?>
+]]>
+ </programlisting>
+ </example>
+ </para>
</refsect1>
+ <refsect1 role="notes">
+ &reftitle.notes;
+ <note>
+ <para>
+ Diese Funktion ist nur sinnvoll wenn der Eingabeparameter ein <type>string</type>
+ ist, ein <type>integer</type> Wert als Eingabe wird immer &false; als Ergebnis
+ liefern. Da auch numerische HTML-Formulareingaben immer als String übergeben
+ werden hat die Funktion hier dennoch ihren Sinn. Siehe auch den
+ <link linkend="language.types">types</link> Abschnitt des Handbuchs.
+ </para>
+ </note>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>ctype_alnum</function></member>
<member><function>ctype_xdigit</function></member>
+ <member><function>is_numeric</function></member>
+ <member><function>is_int</function></member>
+ <member><function>is_string</function></member>
</simplelist>
</para>
</refsect1>
@@ -95,7 +156,7 @@
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
-sgml-default-dtd-file:"../../../../manual.ced"
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
Modified: phpdoc/de/trunk/reference/errorfunc/functions/debug-print-backtrace.xml
===================================================================
--- phpdoc/de/trunk/reference/errorfunc/functions/debug-print-backtrace.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/reference/errorfunc/functions/debug-print-backtrace.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 310770 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.debug-print-backtrace" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>debug_print_backtrace</refname>
<refpurpose>
- Druckt die Daten für eine Ablaufverfolgung
+ Gibt die Daten für eine Ablaufverfolgung aus
</refpurpose>
</refnamediv>
@@ -13,7 +13,8 @@
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>debug_print_backtrace</methodname>
- <void/>
+ <methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>limit</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>
<function>debug_print_backtrace</function> gibt eine PHP
@@ -26,9 +27,44 @@
<refsect1 role="parameters">
&reftitle.parameters;
- <para>
- Diese Funktion hat keine Parameter.
- </para>
+ <para>
+ <variablelist>
+ <varlistentry>
+ <term><parameter>options</parameter></term>
+ <listitem>
+ <para>
+ Beginnend mit PHP 5.3.6 kann über diesen Parameter eine Bitmaske
+ mit folgenden möglichen Optionen übergeben werden:
+ <table>
+ <title><function>debug_print_backtrace</function> Optionen</title>
+ <tgroup cols="2">
+ <tbody>
+ <row>
+ <entry>DEBUG_BACKTRACE_IGNORE_ARGS</entry>
+ <entry>
+ Gibt an ob der "args" Index aller Funktions- und Methoden-
+ Argumente weggelassen werden soll (um z.B. Speicher zu sparen).
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><parameter>limit</parameter></term>
+ <listitem>
+ <para>
+ Beginnend mit PHP 5.4.0 kann hiermit die Anzahl der auszugebenden
+ Aufrufebenen begrenzt werden. Der Vorgabewert
+ (<parameter>limit</parameter>=<literal>0</literal>)
+ führt zur Ausgabe aller Aufrufe.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
</refsect1>
<refsect1 role="returnvalues">
@@ -38,6 +74,35 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <para>
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>5.4.0</entry>
+ <entry>
+ Der optionale Parameter <parameter>limit</parameter> wurde hinzugefügt.
+ </entry>
+ </row>
+ <row>
+ <entry>5.3.6</entry>
+ <entry>
+ Der optionale Parameter <parameter>options</parameter> wurde hinzugefügt.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
+ </refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/errorfunc/functions/error-get-last.xml
===================================================================
--- phpdoc/de/trunk/reference/errorfunc/functions/error-get-last.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/reference/errorfunc/functions/error-get-last.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 305079 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.error-get-last" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>error_get_last</refname>
Modified: phpdoc/de/trunk/reference/errorfunc/functions/restore-exception-handler.xml
===================================================================
--- phpdoc/de/trunk/reference/errorfunc/functions/restore-exception-handler.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/reference/errorfunc/functions/restore-exception-handler.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.restore-exception-handler" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>restore_exception_handler</refname>
@@ -39,22 +39,22 @@
<programlisting role="php">
<![CDATA[
<?php
- function exception_handler_1(Exception $e)
- {
- echo '[' . __FUNCTION__ . '] ' . $e->getMessage();
- }
+ function exception_handler_1(Exception $e)
+ {
+ echo '[' . __FUNCTION__ . '] ' . $e->getMessage();
+ }
- function exception_handler_2(Exception $e)
- {
- echo '[' . __FUNCTION__ . '] ' . $e->getMessage();
- }
+ function exception_handler_2(Exception $e)
+ {
+ echo '[' . __FUNCTION__ . '] ' . $e->getMessage();
+ }
- set_exception_handler('exception_handler_1');
- set_exception_handler('exception_handler_2');
+ set_exception_handler('exception_handler_1');
+ set_exception_handler('exception_handler_2');
- restore_exception_handler();
+ restore_exception_handler();
- throw new Exception('Dies löst den ersten Exceptionhandler aus ...');
+ throw new Exception('Dies löst den ersten Exceptionhandler aus ...');
?>
]]>
</programlisting>
Modified: phpdoc/de/trunk/reference/errorfunc/functions/set-exception-handler.xml
===================================================================
--- phpdoc/de/trunk/reference/errorfunc/functions/set-exception-handler.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/reference/errorfunc/functions/set-exception-handler.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 283808 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.set-exception-handler" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>set_exception_handler</refname>
@@ -12,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>set_exception_handler</methodname>
+ <type>callback</type><methodname>set_exception_handler</methodname>
<methodparam><type>callback</type><parameter>exception_handler</parameter></methodparam>
</methodsynopsis>
<para>
@@ -102,7 +102,7 @@
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
-sgml-default-dtd-file:"../../../../manual.ced"
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
Modified: phpdoc/de/trunk/reference/errorfunc/functions/trigger-error.xml
===================================================================
--- phpdoc/de/trunk/reference/errorfunc/functions/trigger-error.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/reference/errorfunc/functions/trigger-error.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.trigger-error" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>trigger_error</refname>
@@ -76,7 +76,7 @@
<programlisting role="php">
<![CDATA[
<?php
-if (assert($divisor == 0)) {
+if ($divisor == 0) {
trigger_error("Kann nicht durch 0 teilen", E_USER_ERROR);
}
?>
@@ -86,6 +86,18 @@
</para>
</refsect1>
+ <refsect1 role="notes">
+ &reftitle.notes;
+ <warning>
+ <para>
+ HTML-Entities in der <parameter>error_msg</parameter> werden
+ nicht automatisch escaped. Wenn die Fehlermeldung in einem
+ Browser ausgegebeb werden soll so sollten Sie diese in diesem
+ Fall selbst mit <function>htmlentities</function> vorverarbeiten.
+ </para>
+ </warning>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/de/trunk/reference/fribidi/functions/fribidi-log2vis.xml
===================================================================
--- phpdoc/de/trunk/reference/fribidi/functions/fribidi-log2vis.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/reference/fribidi/functions/fribidi-log2vis.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
<refentry xml:id="function.fribidi-log2vis" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>fribidi_log2vis</refname>
Modified: phpdoc/de/trunk/reference/misc/functions/time-sleep-until.xml
===================================================================
--- phpdoc/de/trunk/reference/misc/functions/time-sleep-until.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/reference/misc/functions/time-sleep-until.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
<!-- Rev-Revision: 1.6 Reviewer: sammywg -->
<refentry xml:id="function.time-sleep-until" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -90,7 +90,7 @@
var_dump(time_sleep_until(time()-1));
// funktioniert evtl. nur auf schnellen Rechnern, schläft für bis zu 0.2 Sekunden
-var_dump(time_sleep_until(time()+0.2));
+var_dump(time_sleep_until(microtime(true)+0.2));
?>
]]>
Modified: phpdoc/de/trunk/reference/msession/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/msession/configure.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/reference/msession/configure.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: hholzgra Status: ready -->
-<section xml:id="msession.installation" xmlns="http://docbook.org/ns/docbook">
+<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<section xml:id="msession.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" >
&reftitle.install;
<para>
- Für msession-Unterstützung muss PHP mit
- <option role="configure">--with-msession[=DIR]</option>
- konfiguriert werden. DIR ist dabei das msession-Installationsverzeichnis.
+ &pecl.info.dead;
+ <link xlink:href="&url.pecl.vcs;msession">&url.pecl.vcs;msession</link>.
</para>
+ <para>
+ &pecl.moved-ver;5.1.3
+ </para>
</section>
<!-- Keep this comment at the end of the file
Modified: phpdoc/de/trunk/reference/mysql/examples.xml
===================================================================
--- phpdoc/de/trunk/reference/mysql/examples.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/reference/mysql/examples.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 310790 Maintainer: hholzgra Status: ready -->
<chapter xml:id="mysql.examples" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.examples;
<section xml:id="mysql.examples-basic">
- <para>
+ <title>MySQL Extension Übersichtsbeispiel</title>
+ <para>
Folgendes einfache Beispiel zeigt Ihnen, wie Sie sich mit einer
MySQL-Datenbank verbinden, eine Anfrage ausführen, die Ergebnisse
ausgeben und die Verbindung wieder trennen.
Modified: phpdoc/de/trunk/reference/nis/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/nis/constants.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/reference/nis/constants.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 283828 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
<appendix xml:id="nis.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;
Modified: phpdoc/de/trunk/reference/xslt/book.xml
===================================================================
--- phpdoc/de/trunk/reference/xslt/book.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/reference/xslt/book.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 312778 Maintainer: hholzgra Status: ready -->
+<!-- Purpose: xml -->
+<!-- Membership: bundled, external -->
<book xml:id="book.xslt" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>XSLT (PHP 4)</title>
Modified: phpdoc/de/trunk/reference/xslt/setup.xml
===================================================================
--- phpdoc/de/trunk/reference/xslt/setup.xml 2011-07-02 06:53:13 UTC (rev 312798)
+++ phpdoc/de/trunk/reference/xslt/setup.xml 2011-07-02 07:25:45 UTC (rev 312799)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 300860 Maintainer: hholzgra Status: ready -->
<chapter xml:id="xslt.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
@@ -8,12 +8,17 @@
<!-- {{{ Requirements -->
<section xml:id="xslt.requirements">
&reftitle.required;
+ &libxml.required;
<para>
Die Erweiterung benutzt <productname>Sablotron</productname> und
<productname>expat</productname>, beides kann unter
<link xlink:href="&url.sablotron;">&url.sablotron;</link> gefunden werden.
Binäre Dateien werden genauso wie der Quellcode zur Verfügung gestellt.
</para>
+ <para>
+ Sie können diese Erweiterung in PHP 4 mit <option role="configure">--with-xslt</option>
+ aktivieren.
+ </para>
</section>
<!-- }}} -->