svn: /phpdoc/de/trunk/reference/ apc/functions/apc-compile-file.xml ctype/functions/ctype-alnum.xml ctype/functions/ctype-alpha.xml ctype/functions/ctype-cntrl.xml ctype/functions/ctype-graph.xml ctype/functions/ctype-lower.xml ctype/functions/ctype-print.xml ctype/functions/ctype-punct.xml ctype/functions/ctype-space.xml ctype/functions/ctype-upper.xml ctype/functions/ctype-xdigit.xml dio/configure.xml errorfunc/constants.xml math/functions/abs.xml math/functions/expm1.xml math/functions/hexdec

[email protected] (Hartmut Holzgraefe)
Newsgroups php.doc.de
Message-ID <[email protected]>
hholzgra                                 Wed, 29 Jun 2011 23:38:29 +0000

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

Log:
translation updates

Changed paths:
    U   phpdoc/de/trunk/reference/apc/functions/apc-compile-file.xml
    U   phpdoc/de/trunk/reference/ctype/functions/ctype-alnum.xml
    U   phpdoc/de/trunk/reference/ctype/functions/ctype-alpha.xml
    U   phpdoc/de/trunk/reference/ctype/functions/ctype-cntrl.xml
    U   phpdoc/de/trunk/reference/ctype/functions/ctype-graph.xml
    U   phpdoc/de/trunk/reference/ctype/functions/ctype-lower.xml
    U   phpdoc/de/trunk/reference/ctype/functions/ctype-print.xml
    U   phpdoc/de/trunk/reference/ctype/functions/ctype-punct.xml
    U   phpdoc/de/trunk/reference/ctype/functions/ctype-space.xml
    U   phpdoc/de/trunk/reference/ctype/functions/ctype-upper.xml
    U   phpdoc/de/trunk/reference/ctype/functions/ctype-xdigit.xml
    U   phpdoc/de/trunk/reference/dio/configure.xml
    U   phpdoc/de/trunk/reference/errorfunc/constants.xml
    U   phpdoc/de/trunk/reference/math/functions/abs.xml
    U   phpdoc/de/trunk/reference/math/functions/expm1.xml
    U   phpdoc/de/trunk/reference/math/functions/hexdec.xml
    U   phpdoc/de/trunk/reference/mhash/functions/mhash-count.xml
svn-diffs-312644.txt (text/x-diff, 15.1 KB)
Modified: phpdoc/de/trunk/reference/apc/functions/apc-compile-file.xml
===================================================================
--- phpdoc/de/trunk/reference/apc/functions/apc-compile-file.xml	2011-06-29 23:29:01 UTC (rev 312643)
+++ phpdoc/de/trunk/reference/apc/functions/apc-compile-file.xml	2011-06-29 23:38:29 UTC (rev 312644)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra  Status: ready -->
+<!-- EN-Revision: 308219 Maintainer: hholzgra  Status: ready -->
 <refentry xml:id="function.apc-compile-file" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>apc_compile_file</refname>
@@ -11,8 +11,9 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>apc_compile_file</methodname>
+   <type>mixed</type><methodname>apc_compile_file</methodname>
    <methodparam><type>string</type><parameter>filename</parameter></methodparam>
+   <methodparam choice="opt"><type>bool</type><parameter>atomic</parameter><initializer>true</initializer></methodparam>
   </methodsynopsis>
   <para>
    Speichert eine Date im Bytecode Cache unter Umgehung aller Filter.
@@ -43,6 +44,13 @@
   </para>
  </refsect1>

+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <simplelist>
+   <member><function>apc_bin_dumpfile</function></member>
+   <member><function>apc_bin_loadfile</function></member>
+  </simplelist>
+ </refsect1>
 </refentry>

 <!-- Keep this comment at the end of the file

Modified: phpdoc/de/trunk/reference/ctype/functions/ctype-alnum.xml
===================================================================
--- phpdoc/de/trunk/reference/ctype/functions/ctype-alnum.xml	2011-06-29 23:29:01 UTC (rev 312643)
+++ phpdoc/de/trunk/reference/ctype/functions/ctype-alnum.xml	2011-06-29 23:38:29 UTC (rev 312644)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 300785 Maintainer: hholzgra Status: ready -->
 <refentry xml:id="function.ctype-alnum" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ctype_alnum</refname>

Modified: phpdoc/de/trunk/reference/ctype/functions/ctype-alpha.xml
===================================================================
--- phpdoc/de/trunk/reference/ctype/functions/ctype-alpha.xml	2011-06-29 23:29:01 UTC (rev 312643)
+++ phpdoc/de/trunk/reference/ctype/functions/ctype-alpha.xml	2011-06-29 23:38:29 UTC (rev 312644)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 300785 Maintainer: hholzgra Status: ready -->
 <refentry xml:id="function.ctype-alpha" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ctype_alpha</refname>

Modified: phpdoc/de/trunk/reference/ctype/functions/ctype-cntrl.xml
===================================================================
--- phpdoc/de/trunk/reference/ctype/functions/ctype-cntrl.xml	2011-06-29 23:29:01 UTC (rev 312643)
+++ phpdoc/de/trunk/reference/ctype/functions/ctype-cntrl.xml	2011-06-29 23:38:29 UTC (rev 312644)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 300785 Maintainer: hholzgra Status: ready -->
 <refentry xml:id="function.ctype-cntrl" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ctype_cntrl</refname>

Modified: phpdoc/de/trunk/reference/ctype/functions/ctype-graph.xml
===================================================================
--- phpdoc/de/trunk/reference/ctype/functions/ctype-graph.xml	2011-06-29 23:29:01 UTC (rev 312643)
+++ phpdoc/de/trunk/reference/ctype/functions/ctype-graph.xml	2011-06-29 23:38:29 UTC (rev 312644)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 300785 Maintainer: hholzgra Status: ready -->
 <refentry xml:id="function.ctype-graph" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ctype_graph</refname>

Modified: phpdoc/de/trunk/reference/ctype/functions/ctype-lower.xml
===================================================================
--- phpdoc/de/trunk/reference/ctype/functions/ctype-lower.xml	2011-06-29 23:29:01 UTC (rev 312643)
+++ phpdoc/de/trunk/reference/ctype/functions/ctype-lower.xml	2011-06-29 23:38:29 UTC (rev 312644)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 300785 Maintainer: hholzgra Status: ready -->
 <refentry xml:id="function.ctype-lower" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ctype_lower</refname>

Modified: phpdoc/de/trunk/reference/ctype/functions/ctype-print.xml
===================================================================
--- phpdoc/de/trunk/reference/ctype/functions/ctype-print.xml	2011-06-29 23:29:01 UTC (rev 312643)
+++ phpdoc/de/trunk/reference/ctype/functions/ctype-print.xml	2011-06-29 23:38:29 UTC (rev 312644)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 300785 Maintainer: hholzgra Status: ready -->
 <refentry xml:id="function.ctype-print" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ctype_print</refname>

Modified: phpdoc/de/trunk/reference/ctype/functions/ctype-punct.xml
===================================================================
--- phpdoc/de/trunk/reference/ctype/functions/ctype-punct.xml	2011-06-29 23:29:01 UTC (rev 312643)
+++ phpdoc/de/trunk/reference/ctype/functions/ctype-punct.xml	2011-06-29 23:38:29 UTC (rev 312644)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 300785 Maintainer: hholzgra Status: ready -->
 <refentry xml:id="function.ctype-punct" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ctype_punct</refname>

Modified: phpdoc/de/trunk/reference/ctype/functions/ctype-space.xml
===================================================================
--- phpdoc/de/trunk/reference/ctype/functions/ctype-space.xml	2011-06-29 23:29:01 UTC (rev 312643)
+++ phpdoc/de/trunk/reference/ctype/functions/ctype-space.xml	2011-06-29 23:38:29 UTC (rev 312644)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 300785 Maintainer: hholzgra Status: ready -->
 <refentry xml:id="function.ctype-space" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ctype_space</refname>

Modified: phpdoc/de/trunk/reference/ctype/functions/ctype-upper.xml
===================================================================
--- phpdoc/de/trunk/reference/ctype/functions/ctype-upper.xml	2011-06-29 23:29:01 UTC (rev 312643)
+++ phpdoc/de/trunk/reference/ctype/functions/ctype-upper.xml	2011-06-29 23:38:29 UTC (rev 312644)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 300785 Maintainer: hholzgra Status: ready -->
 <refentry xml:id="function.ctype-upper" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ctype_upper</refname>

Modified: phpdoc/de/trunk/reference/ctype/functions/ctype-xdigit.xml
===================================================================
--- phpdoc/de/trunk/reference/ctype/functions/ctype-xdigit.xml	2011-06-29 23:29:01 UTC (rev 312643)
+++ phpdoc/de/trunk/reference/ctype/functions/ctype-xdigit.xml	2011-06-29 23:38:29 UTC (rev 312644)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 300785 Maintainer: hholzgra Status: ready -->
 <refentry xml:id="function.ctype-xdigit" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ctype_xdigit</refname>

Modified: phpdoc/de/trunk/reference/dio/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/dio/configure.xml	2011-06-29 23:29:01 UTC (rev 312643)
+++ phpdoc/de/trunk/reference/dio/configure.xml	2011-06-29 23:38:29 UTC (rev 312644)
@@ -1,14 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
 <!-- CREDITS: georg -->

-<section xml:id="dio.installation" xmlns="http://docbook.org/ns/docbook">
+<section xml:id="dio.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.install;
  <para>
-  Um die DIO-Funktionen benutzen zu können, muss PHP mit der Option
-  <option role="configure">--enable-dio</option> konfiguriert werden.
+  &pecl.moved;
  </para>
+ <para>
+  &pecl.info;
+  <link xlink:href="&url.pecl.package;dio">&url.pecl.package;dio</link>.
+ </para>
+ <para>
+  &pecl.windows.download;
+ </para>
 </section>

 <!-- Keep this comment at the end of the file

Modified: phpdoc/de/trunk/reference/errorfunc/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/errorfunc/constants.xml	2011-06-29 23:29:01 UTC (rev 312643)
+++ phpdoc/de/trunk/reference/errorfunc/constants.xml	2011-06-29 23:38:29 UTC (rev 312644)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 297557 Maintainer: hholzgra Status: ready -->

 <appendix xml:id="errorfunc.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.constants;
@@ -250,10 +250,10 @@
      </entry>
      <entry>
       Alle Fehler und Warnungen die unterstützt werden, mit Ausnahme
-      von <constant>E_STRICT</constant> in PHP-Versionen &lt; 6.
+      von <constant>E_STRICT</constant>.
      </entry>
      <entry>
-      32767 in PHP 6,
+      <!-- FIXME PHP_6 32767 in PHP 6, -->
       30719 in PHP 5.3.x,
       6143 in PHP 5.2.x,
       2047 previously

Modified: phpdoc/de/trunk/reference/math/functions/abs.xml
===================================================================
--- phpdoc/de/trunk/reference/math/functions/abs.xml	2011-06-29 23:29:01 UTC (rev 312643)
+++ phpdoc/de/trunk/reference/math/functions/abs.xml	2011-06-29 23:38:29 UTC (rev 312644)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision: 1.1 -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 297596 Maintainer: hholzgra Status: ready -->
 <refentry xml:id="function.abs" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>abs</refname>
@@ -60,6 +60,17 @@
    </example>
   </para>
  </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>gmp_abs</function></member>
+    <member><function>gmp_sign</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>

 <!-- Keep this comment at the end of the file

Modified: phpdoc/de/trunk/reference/math/functions/expm1.xml
===================================================================
--- phpdoc/de/trunk/reference/math/functions/expm1.xml	2011-06-29 23:29:01 UTC (rev 312643)
+++ phpdoc/de/trunk/reference/math/functions/expm1.xml	2011-06-29 23:38:29 UTC (rev 312644)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision: 1.1 -->
-<!-- EN-Revision: 288721 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
 <refentry xml:id='function.expm1' xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>expm1</refname>
@@ -14,7 +14,6 @@
    <type>float</type><methodname>expm1</methodname>
    <methodparam><type>float</type><parameter>arg</parameter></methodparam>
   </methodsynopsis>
-  &warn.experimental.func;
   <para>
    <function>expm1</function> berechnet das Äquivalent zu
    'exp(<parameter>arg</parameter>) -1' auf eine Weise die auch
@@ -51,20 +50,20 @@
    <para>
      <informaltable>
        <tgroup cols="2">
-	 <thead>
-	   <row>
-	     <entry>&Version;</entry>
-	     <entry>&Description;</entry>
-	   </row>
-	 </thead>
-	 <tbody>
-	   <row>
-	     <entry>5.3.0</entry>
-	     <entry>
+  <thead>
+    <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+    </row>
+  </thead>
+  <tbody>
+    <row>
+      <entry>5.3.0</entry>
+      <entry>
                Die Funktion ist nun auf allen Plattformen verfügbar.
-	     </entry>
-	   </row>
-	 </tbody>
+      </entry>
+    </row>
+  </tbody>
        </tgroup>
      </informaltable>
    </para>

Modified: phpdoc/de/trunk/reference/math/functions/hexdec.xml
===================================================================
--- phpdoc/de/trunk/reference/math/functions/hexdec.xml	2011-06-29 23:29:01 UTC (rev 312643)
+++ phpdoc/de/trunk/reference/math/functions/hexdec.xml	2011-06-29 23:38:29 UTC (rev 312644)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision: 1.1 -->
-<!-- EN-Revision: 283821 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
 <refentry xml:id="function.hexdec" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>hexdec</refname>
@@ -111,7 +111,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/mhash/functions/mhash-count.xml
===================================================================
--- phpdoc/de/trunk/reference/mhash/functions/mhash-count.xml	2011-06-29 23:29:01 UTC (rev 312643)
+++ phpdoc/de/trunk/reference/mhash/functions/mhash-count.xml	2011-06-29 23:38:29 UTC (rev 312644)
@@ -1,12 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 307148 Maintainer: hholzgra Status: ready -->
 <!-- Credits: jan -->
-<!-- $Revision$ -->
   <refentry xml:id="function.mhash-count" xmlns="http://docbook.org/ns/docbook">
    <refnamediv>
     <refname>mhash_count</refname>
-    <refpurpose>Gibt den höchstmöglichen Hash zurück</refpurpose>
+    <refpurpose>Gibt die höchstmöglichen Hash-ID zurück</refpurpose>
    </refnamediv>
    <refsect1 role="description">
      &reftitle.description;
@@ -16,14 +15,14 @@
      </methodsynopsis>
     <para>
      <function>mhash_count</function> gibt die höchste verfügbare
-     Hash-Id zurück.
+     Hash-ID zurück.
     </para>
    </refsect1>
    <refsect1 role="returnvalues">
     &reftitle.returnvalues;
     <para>
-     Gibt die höchste verfügbare Hash-Id zurück. Hashes sind von 0 bis
-     zu der Hash-Id nummeriert.
+     Gibt die höchste verfügbare Hash-ID zurück. Hashes sind von 0 bis
+     zu der Hash-ID nummeriert.
     </para>
    </refsect1>
    <refsect1 role="examples">
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.