tom Sun Apr 14 14:37:36 2002 EDT
Modified files:
/phpdoc/de/functions bzip2.xml
Log:
corrected xml-errors; pls. do a make test before commit in the future
Index: phpdoc/de/functions/bzip2.xml
diff -u phpdoc/de/functions/bzip2.xml:1.9 phpdoc/de/functions/bzip2.xml:1.10
--- phpdoc/de/functions/bzip2.xml:1.9 Sat Apr 13 05:49:18 2002
+++ phpdoc/de/functions/bzip2.xml Sun Apr 14 14:37:34 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- EN-Revision: 1.20 Maintainer: nohn Status: ready -->
<reference id="ref.bzip2">
<title>Bzip2 Komprimierungsfunktionen</title>
@@ -26,11 +26,12 @@
linkend="install.configure.with-bzip2">--with-bz2</link>-Option beim
compilieren von PHP zu aktivieren. Dazu ist die bzip2/libbzip2 version
>= 1.0.x. n�tig.
- </para>
+ </para>
+ </section>
+
<section id="bzip2.configuration">
<title>Konfiguration</title>
&no.config;
- </title>
</section>
<section id="bzip2.resources">
@@ -48,7 +49,7 @@
</section>
- <sect1 id="bzip2-example">
+ <section id="bzip2.examples">
<title>Ein kleines Code-Beispiel</title>
<para>
Dieses Beispiel �ffnet eine tempr�re Datei und schreibt einen Teststring
@@ -87,7 +88,7 @@
]]>
</programlisting>
</example>
- </sect1>
+ </section>
</partintro>
@@ -406,8 +407,8 @@
<example>
<title><function>bzread</function> Beispiel</title>
<programlisting role="php">
-<[!CDATA[
-<?php
+<![CDATA[
+<?php
$bz = bzopen("/tmp/foo.bz2", "r");
$str = bzread($bz, 2048);
print( $str );