betz            Sun May 26 08:44:06 2002 EDT

  Modified files:              
    /phpdoc-de/reference/bc     reference.xml 
  Log:
  sync to en
  
Index: phpdoc-de/reference/bc/reference.xml
diff -u phpdoc-de/reference/bc/reference.xml:1.2 
phpdoc-de/reference/bc/reference.xml:1.3
--- phpdoc-de/reference/bc/reference.xml:1.2    Mon Apr 15 20:13:25 2002
+++ phpdoc-de/reference/bc/reference.xml        Sun May 26 08:44:06 2002
@@ -1,28 +1,29 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
+<!-- EN-Revision: 1.4 Maintainer: betz Status: ready -->
+
  <reference id="ref.bc">
   <title>Mathematische Funktionen mit beliebiger Genauigkeit</title>
   <titleabbrev>BC math</titleabbrev>
 
   <partintro>
-   <para id="bc.intro">
+   <section id="bc.intro">
+    &reftitle.intro;
+   <para>
     Für beliebig genaue mathematische Operationen bietet PHP den Binary Calculator.
     Unterstützt werden Zahlen beliebiger Länge und Genauigkeit, die als String 
vorliegen.
    </para>
-
+   </section>
+   
    <section id="bc.requirements">
-    <title>Anforderungen</title>
+    &reftitle.required;
     <para>
-     Aufgrund von Lizenzänderungen wird die BCMATH Bibliothek getrennt von
-     der Standard PHP Quell-Distribution ausgeliefert.
-     Das tar-gzippte Archiv können Sie sich unter der URL
-     <ulink url="&url.bcmath;">&url.bcmath;</ulink> herunterladen.
-     Für mehr Informationen lesen Sie bitte die Datei
-     <filename>README.BCMATH</filename> in der PHP Distribution.
+     Seit PHP 4.0.4 ist libbcmath in PHP enthalten. Sie brauchen keine
+     externen Bibliotheken für diese Erweiterung.
     </para>
    </section>
     
    <section id="bc.installation">
-    <title>Installation</title>
+    &reftitle.install;
    <para>
     In PHP 4 sind diese Funktionen nur verfügbar, wenn PHP mit
     <link linkend="install.configure.enable-bcmath">
@@ -35,24 +36,26 @@
    </section>
 
    <section id="bc.configuration">
-    <title>Laufzeit Konfiguration</title>
+    &reftitle.runtime;
     &no.config;
    </section>
 
    <section id="bc.resources">
-    <title>Resource Typen</title>
+    &reftitle.resources;
     &no.resource;
    </section>
-
+   
    <section id="bc.constants">
-    <title>Vordefinierte Konstanten</title>
+    &reftitle.constants;
     &no.constants;
    </section>
+
   </partintro>
 
 &reference.bc.functions;
 
  </reference>
+
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml


Reply via email to