svn: /phpdoc/de/trunk/ faq/obtaining.xml reference/oci8/configure.xml reference/strings/functions/str-pad.xml
[email protected] (Mark Wiesemann)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
wiesemann Mon, 07 Dec 2009 20:33:58 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=291833
Log:
fix build
Changed paths:
U phpdoc/de/trunk/faq/obtaining.xml
U phpdoc/de/trunk/reference/oci8/configure.xml
U phpdoc/de/trunk/reference/strings/functions/str-pad.xml
Modified: phpdoc/de/trunk/faq/obtaining.xml
===================================================================
--- phpdoc/de/trunk/faq/obtaining.xml 2009-12-07 20:13:16 UTC (rev 291832)
+++ phpdoc/de/trunk/faq/obtaining.xml 2009-12-07 20:33:58 UTC (rev 291833)
@@ -32,7 +32,7 @@
<qandaentry xml:id="faq.obtaining.precompiled">
<question>
<para>Sind kompilierte Binärversionen verfügbar?</para>
- </question>w
+ </question>
<answer>
<para>
Wir bieten nur Binärversionen für Windowssysteme an, da
Modified: phpdoc/de/trunk/reference/oci8/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/oci8/configure.xml 2009-12-07 20:13:16 UTC (rev 291832)
+++ phpdoc/de/trunk/reference/oci8/configure.xml 2009-12-07 20:33:58 UTC (rev 291833)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
-<section xml:id="oci8.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<section xml:id="oci8.configure" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
<para>
PHP muss mit der option <option role="configure">--with-oci8[=DIR]</option>
Modified: phpdoc/de/trunk/reference/strings/functions/str-pad.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/str-pad.xml 2009-12-07 20:13:16 UTC (rev 291832)
+++ phpdoc/de/trunk/reference/strings/functions/str-pad.xml 2009-12-07 20:33:58 UTC (rev 291833)
@@ -65,13 +65,12 @@
<term><parameter>pad_type</parameter></term>
<listitem>
<para>
- Das optionale Argument <parameter>pad_type</parameter> kann
- <constant>STR_PAD_RIGHT</constant>, <constant>STR_PAD_LEFT</constant> oder
- <constant>STR_PAD_BOTH</constant> sein. Wird
- <parameter>pad_type</parameter> nicht angegeben, so wird standardmäßig von
- <constant>STR_PAD_RIGHT</constant> ausgegangen.
- </para>
- </note>
+ Das optionale Argument <parameter>pad_type</parameter> kann
+ <constant>STR_PAD_RIGHT</constant>, <constant>STR_PAD_LEFT</constant> oder
+ <constant>STR_PAD_BOTH</constant> sein. Wird
+ <parameter>pad_type</parameter> nicht angegeben, so wird standardmäßig von
+ <constant>STR_PAD_RIGHT</constant> ausgegangen.
+ </para>
</listitem>
</varlistentry>
</variablelist>