svn: /phpdoc/de/trunk/ install/unix/index.xml reference/datetime/functions/strtotime.xml reference/filesystem/functions/realpath.xml reference/network/functions/header.xml reference/network/functions/headers-list.xml reference/network/functions/headers-sent.xml reference/network/functions/setcookie.xml reference/oci8/oldaliases/ocicloselob.xml reference/oci8/oldaliases/ocicollappend.xml reference/oci8/oldaliases/ocicollassign.xml reference/oci8/oldaliases/ocicollassignelem.xml reference/oci8/old
[email protected] (Nikita Popov)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
nikic Mon, 04 Jul 2011 08:31:48 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=312891
Log:
Sync some DE docs with EN
Changed paths:
U phpdoc/de/trunk/install/unix/index.xml
U phpdoc/de/trunk/reference/datetime/functions/strtotime.xml
U phpdoc/de/trunk/reference/filesystem/functions/realpath.xml
U phpdoc/de/trunk/reference/network/functions/header.xml
U phpdoc/de/trunk/reference/network/functions/headers-list.xml
U phpdoc/de/trunk/reference/network/functions/headers-sent.xml
U phpdoc/de/trunk/reference/network/functions/setcookie.xml
U phpdoc/de/trunk/reference/oci8/oldaliases/ocicloselob.xml
U phpdoc/de/trunk/reference/oci8/oldaliases/ocicollappend.xml
U phpdoc/de/trunk/reference/oci8/oldaliases/ocicollassign.xml
U phpdoc/de/trunk/reference/oci8/oldaliases/ocicollassignelem.xml
U phpdoc/de/trunk/reference/oci8/oldaliases/ocicollgetelem.xml
U phpdoc/de/trunk/reference/oci8/oldaliases/ocicollmax.xml
U phpdoc/de/trunk/reference/oci8/oldaliases/ocicollsize.xml
U phpdoc/de/trunk/reference/oci8/oldaliases/ocicolltrim.xml
U phpdoc/de/trunk/reference/oci8/oldaliases/ocifreecollection.xml
U phpdoc/de/trunk/reference/oci8/oldaliases/ocifreedesc.xml
U phpdoc/de/trunk/reference/oci8/oldaliases/ociloadlob.xml
U phpdoc/de/trunk/reference/oci8/oldaliases/ocisavelob.xml
U phpdoc/de/trunk/reference/oci8/oldaliases/ocisavelobfile.xml
U phpdoc/de/trunk/reference/oci8/oldaliases/ociwritelobtofile.xml
U phpdoc/de/trunk/reference/oci8/oldaliases/ociwritetemporarylob.xml
U phpdoc/de/trunk/reference/readline/setup.xml
svn-diffs-312891.txt
(text/x-diff, 34.5 KB)
Modified: phpdoc/de/trunk/install/unix/index.xml
===================================================================
--- phpdoc/de/trunk/install/unix/index.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/install/unix/index.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 299643 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312779 Maintainer: sammywg Status: ready -->
<chapter xml:id="install.unix" xmlns="http://docbook.org/ns/docbook">
<title>Installation auf Unix-Systemen</title>
@@ -47,25 +47,52 @@
</listitem>
<listitem>
<simpara>
- flex: Version 2.5.4
+ Einen Webserver
</simpara>
</listitem>
<listitem>
<simpara>
- bison: Version 1.28 (bevorzugt), 1.35, or 1.75
+ Modulspezifische Komponenten (wie <acronym>GD</acronym>,
+ <acronym>PDF</acronym>-Bibliotheken usw.)
</simpara>
</listitem>
+ </itemizedlist>
+ </para>
+
+ <para>
+ Wenn direkt von den SVN Dateien kompiliert wird oder eigene Ãnderungen
+ vorgenommen wurden, könnten folgende Komponenten benötigt werden:
+ <itemizedlist>
<listitem>
<simpara>
- Ein Webserver
+ autoconf: 2.13+ (für PHP < 5.4.0), 2.59+ (für PHP >= 5.4.0)
</simpara>
</listitem>
<listitem>
<simpara>
- Modulspezifische Komponenten (wie <acronym>GD</acronym>,
- <acronym>PDF</acronym>-Bibliotheken usw.)
+ automake: 1.4+
</simpara>
</listitem>
+ <listitem>
+ <simpara>
+ libtool: 1.4.x+ (ausgenommen 1.4.2)
+ </simpara>
+ </listitem>
+ <listitem>
+ <simpara>
+ re2c: Version 0.13.4 oder aktueller
+ </simpara>
+ </listitem>
+ <listitem>
+ <simpara>
+ flex: Version 2.5.4 (für PHP <= 5.2)
+ </simpara>
+ </listitem>
+ <listitem>
+ <simpara>
+ bison: Version 1.28 (empfohlen), 1.35, oder 1.75
+ </simpara>
+ </listitem>
</itemizedlist>
</para>
Modified: phpdoc/de/trunk/reference/datetime/functions/strtotime.xml
===================================================================
--- phpdoc/de/trunk/reference/datetime/functions/strtotime.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/datetime/functions/strtotime.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 309064 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312829 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.strtotime" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -202,6 +202,11 @@
funktionieren. Die PHP-Versionen 5.1.0 und neuer heben diese Beschränkung
auf.
</para>
+ <para>
+ Für 64 Bit Versionen von PHP ist der gültige Bereich für Timestamps
+ praktisch unendlich groÃ, da 64 Bit etwa 293 Milliarden Jahre in beide
+ Richtungen darstellen können.
+ </para>
</note>
<note>
<para>
Modified: phpdoc/de/trunk/reference/filesystem/functions/realpath.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/realpath.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/filesystem/functions/realpath.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,46 +1,156 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: n/a Maintainer: nobody Status: ready -->
- <refentry xml:id="function.realpath" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>realpath</refname>
- <refpurpose>Erzeugt einen kanonisch absoluten Pfadnamen</refpurpose>
- </refnamediv>
- <refsect1>
- <title>Beschreibung</title>
- <methodsynopsis>
- <type>string</type><methodname>realpath</methodname>
- <methodparam><type>string</type><parameter>path</parameter></methodparam>
- </methodsynopsis>
+<!-- EN-Revision: 312840 Maintainer: nikic Status: ready -->
+<refentry xml:id="function.realpath" xmlns="http://docbook.org/ns/docbook">
+ <refnamediv>
+ <refname>realpath</refname>
+ <refpurpose>Erzeugt einen kanonisch absoluten Pfadnamen</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+ &reftitle.description;
+ <methodsynopsis>
+ <type>string</type><methodname>realpath</methodname>
+ <methodparam><type>string</type><parameter>path</parameter></methodparam>
+ </methodsynopsis>
+ <para>
+ <function>realpath</function> löst alle symbolischen Verweise,
+ '/./', '/../' und mehrere aufeinanderfolgende '/' Zeichen
+ in <parameter>path</parameter> auf und gibt den absoluten Pfadnamen
+ kanonisch zurück.
+ </para>
+ </refsect1>
+
+ <refsect1 role="parameters">
+ &reftitle.parameters;
+ <para>
+ <variablelist>
+ <varlistentry>
+ <term><parameter>path</parameter></term>
+ <listitem>
+ <para>
+ Der Pfad.
+ <note>
+ <para>
+ Der Pfad muss angegeben werden, kann gedoch auch ein leerer String
+ oder &null; sein, in welchem Fall das aktulle Verzeichnis benutzt wird.
+ </para>
+ </note>
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ Gibt bei Erfolg den kononischen, absoluten Pfadnamen zurück. Dieser wird
+ keine symbolischen Links, '/./' oder '/../' mehr enthalten.
+ </para>
+ <para>
+ <function>realpath</function> gibt &false; im Fehlerfall zurück, beispielsweise
+ wenn die Datei nicht existiert.
+ </para>
+ <note>
+ <para>
+ Das ausführende Script muss alle Verzeichnisse im Pfad öffnen können
+ (auf Unixoiden Systemen wäre das das "execute" Recht). Ansonsten gibt
+ <function>realpath</function> &false; zurück.
+ </para>
+ </note>
+ </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.3.0</entry>
+ <entry>
+ Vor dieser Version schlug <function>realpath</function> auf BSD Systemen
+ nicht fehl, wenn nur die letzte <parameter>path</parameter> Komponente
+ nicht existierte. Jetzt schlägt <function>realpath</function> auch in diesem
+ Fall fehl.
+ </entry>
+ </row>
+ <row>
+ <entry>5.0.0</entry>
+ <entry>
+ Vor dieser Version gab <function>realpath</function> das Verzeichnis des aktuellen
+ Scripts zurück, wenn ein leerer String oder &null; übergeben wurden.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
+ </refsect1>
+
+ <refsect1 role="examples">
+ &reftitle.examples;
+ <para>
+ <example>
+ <title><function>realpath</function></title>
+ <programlisting role="php">
+<![CDATA[
+<?php
+chdir('/var/www/');
+echo realpath('./../../etc/passwd');
+?>
+]]>
+ </programlisting>
+ &example.outputs;
+ <screen>
+<![CDATA[
+/etc/passwd
+]]>
+ </screen>
+ </example>
+ <example>
+ <title><function>realpath</function> auf Windows</title>
<para>
- <function>realpath</function> expandiert alle symbolischen Links, und
- beseitigt Verweise zu '/./', '/../' und extra '/' Zeichen im Input
- <parameter>path</parameter>, und gibt den absoluten Pfadnamen
- kanonisch zurück. Der Pfad im Ergebnis enthält keine Komponenten
- eines symbolischen Links mehr, wie '/./' or '/../'.
+ Auf Windows ändert <function>realpath</function> Unix Pfade
+ in Windows Pfade um:
</para>
- <para>
- <function>realpath</function> gibt im Fehlerfall &false; zurück,
- z.B. wenn die Datei nicht existiert.
- </para>
- <para>
- <example>
- <title><function>realpath</function></title>
- <programlisting role="php">
+ <programlisting role="php">
<![CDATA[
-$real_path = realpath("../../index.php");
+<?php
+echo realpath('/windows/system32');
+?>
]]>
- </programlisting>
- </example>
- </para>
- <para>
- Siehe auch: <function>basename</function>,
- <function>dirname</function> und
- <function>pathinfo</function>.
- </para>
- </refsect1>
- </refentry>
+ </programlisting>
+ &example.outputs;
+ <screen>
+<![CDATA[
+C:\WINDOWS\System32
+]]>
+ </screen>
+ </example>
+ </para>
+ </refsect1>
+ <refsect1 role="seealso">
+ &reftitle.seealso;
+ <para>
+ <simplelist>
+ <member><function>basename</function></member>
+ <member><function>dirname</function></member>
+ <member><function>pathinfo</function></member>
+ </simplelist>
+ </para>
+ </refsect1>
+</refentry>
+
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
@@ -52,7 +162,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/network/functions/header.xml
===================================================================
--- phpdoc/de/trunk/reference/network/functions/header.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/network/functions/header.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312800 Maintainer: sammywg Status: ready -->
<refentry xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" xml:id="function.header">
<refnamediv>
@@ -80,6 +80,19 @@
</informalexample>
</para>
<para>
+ Wenn FastCGI verwendet wird, muss folgendes benutzt
+ werden um einen 404 Response Header zu senden:
+ <informalexample>
+ <programlisting role="php">
+<![CDATA[
+<?php
+header("Status: 404 Not Found");
+?>
+]]>
+ </programlisting>
+ </informalexample>
+ </para>
+ <para>
Der zweite Spezialfall ist der "Location:" Header. Es wird nicht nur
der Header an den Browser geschickt, sondern auch ein
<literal>REDIRECT</literal> (302) Statuscode, wenn nicht bereits der
@@ -131,7 +144,8 @@
<term><parameter>http_response_code</parameter></term>
<listitem>
<para>
- Forciert einen HTTP-Response-Code des angegebenen Wertes.
+ Forciert einen HTTP-Response-Code des angegebenen Wertes. Dieser Parameter
+ hat nur einen Effekt, wenn <parameter>string</parameter> nicht leer ist.
</para>
</listitem>
</varlistentry>
@@ -254,7 +268,14 @@
&reftitle.notes;
<note>
<para>
- Sie können dieses Problem umgehen, indem Sie Outputbuffering benutzen, mit
+ Header sind nur dann zugänglich und werden nur dann gesendet,
+ wenn die genutzte SAPI sie unterstützt.
+ </para>
+ </note>
+ <note>
+ <para>
+ Sie können die Limitierung, dass Header vor jeglicher Ausgabe gesendet
+ werden müssen, umgehen, indem Sie Outputbuffering benutzen, mit
dem Overhead, dass Ihre gesamten Ausgaben an den Browser auf dem Server
gepuffert werden, bis Sie diese senden. Sie können dies tun, indem Sie in
Ihrem Skript <function>ob_start</function> und
Modified: phpdoc/de/trunk/reference/network/functions/headers-list.xml
===================================================================
--- phpdoc/de/trunk/reference/network/functions/headers-list.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/network/functions/headers-list.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312800 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.headers-list" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>headers_list</refname>
@@ -72,6 +72,16 @@
</example>
</para>
</refsect1>
+
+ <refsect1 role="notes">
+ &reftitle.notes;
+ <note>
+ <para>
+ Header sind nur dann zugänglich und werden nur dann gesendet,
+ wenn die genutzte SAPI sie unterstützt.
+ </para>
+ </note>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/de/trunk/reference/network/functions/headers-sent.xml
===================================================================
--- phpdoc/de/trunk/reference/network/functions/headers-sent.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/network/functions/headers-sent.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312800 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.headers-sent" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>headers_sent</refname>
@@ -125,6 +125,16 @@
</example>
</para>
</refsect1>
+
+ <refsect1 role="notes">
+ &reftitle.notes;
+ <note>
+ <para>
+ Header sind nur dann zugänglich und werden nur dann gesendet,
+ wenn die genutzte SAPI sie unterstützt.
+ </para>
+ </note>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
@@ -134,8 +144,8 @@
<member><function>trigger_error</function></member>
<member><function>headers_list</function></member>
<member>
- <function>header</function> for a more detailed discussion of the
- matters involved.
+ <function>header</function> für eine detailliertere Darlegung der
+ relevanten Konzepte.
</member>
</simplelist>
</para>
Modified: phpdoc/de/trunk/reference/network/functions/setcookie.xml
===================================================================
--- phpdoc/de/trunk/reference/network/functions/setcookie.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/network/functions/setcookie.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 291316 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312787 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.setcookie" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -52,9 +52,9 @@
Sie daher statt dessen die Null (<emphasis>0</emphasis>).
</para>
<para>
- Lesen Sie die <link xlink:href="&spec.cookies;"><literal>Netscape cookie
- specification</literal></link> für die spezifische Funktionsweise der
- einzelnen <function>setcookie</function>-Parameter.
+ <link xlink:href="&url.rfc;2109">RFC 2109</link> liefert die normative
+ Referenz wie die jeweiligen <function>setcookie</function> Parameter
+ interpretiert werden.
<variablelist>
<varlistentry>
<term><parameter>name</parameter></term>
@@ -98,10 +98,6 @@
DD-Mon-YYYY HH:MM:SS GMT</literal>. Die Konvertierung wird von PHP intern
durchgeführt.
</para>
- <para>
- <parameter>expire</parameter> wird mit der lokalen Zeit des Clients verglichen,
- da diese von der Server-Zeit differieren kann.
- </para>
</note>
</para>
</listitem>
@@ -125,14 +121,14 @@
<term><parameter>domain</parameter></term>
<listitem>
<para>
- Die Domain, der das Cookie zur Verfügung steht.
- Um das Cookie für alle Subdomains von example.com verfügbar zu
- machen, setzen Sie es auf <literal>'.example.com'</literal>. Der
- <literal>.</literal> ist zwar nicht erforderlich, macht die Angabe
- aber zu mehr Browsern kompatibel. Ein Setzen auf
- <literal>www.example.com</literal> macht das Cookie nur in der
- Subdomain <literal>www</literal> verfügbar. Weitere Details hierzu
- finden Sie in der <link xlink:href="&spec.cookies;">Spezifikation</link>.
+ Die Domain, der das Cookie zur Verfügung steht. Um das Cookie für alle
+ Subdomains von example.com (inklusive example.com selbst) verfügbar zu
+ machen, setzen Sie es auf <literal>'.example.com'</literal>. Einige
+ Browser lassen auch Cookies ohne ein vorangesetztes <literal>.</literal>
+ zu, die <link xlink:href="&url.rfc;2109">RFC 2109</link> Spezifikation
+ erfordert dies jedoch. Ein Setzen auf <literal>www.example.com</literal>
+ oder <literal>.www.example.com</literal> macht das Cookie nur in der
+ Subdomain <literal>www</literal> verfügbar.
</para>
</listitem>
</varlistentry>
@@ -265,6 +261,8 @@
// Nach dem Neuladen der Seite wieder ausgeben
if (isset($_COOKIE['cookie'])) {
foreach ($_COOKIE['cookie'] as $name => $value) {
+ $name = htmlspecialchars($name);
+ $value = htmlspecialchars($value);
echo "$name : $value <br />\n";
}
}
@@ -389,6 +387,7 @@
<member><function>header</function></member>
<member><function>setrawcookie</function></member>
<member><link linkend="features.cookies">Cookies</link></member>
+ <member><link xlink:href="&spec.cookies;">Netscapes ursprüngliche Cookie Spezifikation</link></member>
<member><link xlink:href="&url.rfc;2109">RFC 2109</link></member>
<member><link xlink:href="&url.rfc;2965">RFC 2965</link></member>
</simplelist>
Modified: phpdoc/de/trunk/reference/oci8/oldaliases/ocicloselob.xml
===================================================================
--- phpdoc/de/trunk/reference/oci8/oldaliases/ocicloselob.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/oci8/oldaliases/ocicloselob.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312795 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ocicloselob" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ocicloselob</refname>
- <refpurpose>&Alias; <xref linkend="function.oci-lob-close" /></refpurpose>
+ <refpurpose>&Alias; <function>oci_lob_close</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <xref linkend="function.oci-lob-close" />.
+ &info.function.alias; <function>oci_lob_close</function>.
</simpara>
</refsect1>
Modified: phpdoc/de/trunk/reference/oci8/oldaliases/ocicollappend.xml
===================================================================
--- phpdoc/de/trunk/reference/oci8/oldaliases/ocicollappend.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/oci8/oldaliases/ocicollappend.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312795 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ocicollappend" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ocicollappend</refname>
- <refpurpose>&Alias; <xref linkend="function.oci-collection-append" /></refpurpose>
+ <refpurpose>&Alias; <function>oci_collection_append</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <xref linkend="function.oci-collection-append" />.
+ &info.function.alias; <function>oci_collection_append</function>.
</simpara>
</refsect1>
Modified: phpdoc/de/trunk/reference/oci8/oldaliases/ocicollassign.xml
===================================================================
--- phpdoc/de/trunk/reference/oci8/oldaliases/ocicollassign.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/oci8/oldaliases/ocicollassign.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312795 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ocicollassign" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ocicollassign</refname>
- <refpurpose>&Alias; <xref linkend="function.oci-collection-assign" /></refpurpose>
+ <refpurpose>&Alias; <function>oci_collection_assign</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <xref linkend="function.oci-collection-assign" />.
+ &info.function.alias; <function>oci_collection_assign</function>.
</simpara>
</refsect1>
Modified: phpdoc/de/trunk/reference/oci8/oldaliases/ocicollassignelem.xml
===================================================================
--- phpdoc/de/trunk/reference/oci8/oldaliases/ocicollassignelem.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/oci8/oldaliases/ocicollassignelem.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312795 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ocicollassignelem" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ocicollassignelem</refname>
- <refpurpose>&Alias; <xref linkend="function.oci-collection-element-assign" /></refpurpose>
+ <refpurpose>&Alias; <function>oci_collection_element_assign</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <xref linkend="function.oci-collection-element-assign" />.
+ &info.function.alias; <function>oci_collection_element_assign</function>.
</simpara>
</refsect1>
Modified: phpdoc/de/trunk/reference/oci8/oldaliases/ocicollgetelem.xml
===================================================================
--- phpdoc/de/trunk/reference/oci8/oldaliases/ocicollgetelem.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/oci8/oldaliases/ocicollgetelem.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312795 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ocicollgetelem" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ocicollgetelem</refname>
- <refpurpose>&Alias; <xref linkend="function.oci-collection-element-get" /></refpurpose>
+ <refpurpose>&Alias; <function>oci_collection_element_get</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <xref linkend="function.oci-collection-element-get" />.
+ &info.function.alias; <function>oci_collection_element_get</function>.
</simpara>
</refsect1>
Modified: phpdoc/de/trunk/reference/oci8/oldaliases/ocicollmax.xml
===================================================================
--- phpdoc/de/trunk/reference/oci8/oldaliases/ocicollmax.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/oci8/oldaliases/ocicollmax.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312795 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ocicollmax" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ocicollmax</refname>
- <refpurpose>&Alias; <xref linkend="function.oci-collection-max" /></refpurpose>
+ <refpurpose>&Alias; <function>oci_collection_max</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <xref linkend="function.oci-collection-max" />.
+ &info.function.alias; <function>oci_collection_max</function>.
</simpara>
</refsect1>
Modified: phpdoc/de/trunk/reference/oci8/oldaliases/ocicollsize.xml
===================================================================
--- phpdoc/de/trunk/reference/oci8/oldaliases/ocicollsize.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/oci8/oldaliases/ocicollsize.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312795 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ocicollsize" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ocicollsize</refname>
- <refpurpose>&Alias; <xref linkend="function.oci-collection-size" /></refpurpose>
+ <refpurpose>&Alias; <function>oci_collection_size</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <xref linkend="function.oci-collection-size" />.
+ &info.function.alias; <function>oci_collection_size</function>.
</simpara>
</refsect1>
Modified: phpdoc/de/trunk/reference/oci8/oldaliases/ocicolltrim.xml
===================================================================
--- phpdoc/de/trunk/reference/oci8/oldaliases/ocicolltrim.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/oci8/oldaliases/ocicolltrim.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312795 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ocicolltrim" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ocicolltrim</refname>
- <refpurpose>&Alias; <xref linkend="function.oci-collection-trim" /></refpurpose>
+ <refpurpose>&Alias; <function>oci_collection_trim</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <xref linkend="function.oci-collection-trim" />.
+ &info.function.alias; <function>oci_collection_trim</function>.
</simpara>
</refsect1>
Modified: phpdoc/de/trunk/reference/oci8/oldaliases/ocifreecollection.xml
===================================================================
--- phpdoc/de/trunk/reference/oci8/oldaliases/ocifreecollection.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/oci8/oldaliases/ocifreecollection.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312795 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ocifreecollection" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ocifreecollection</refname>
- <refpurpose>&Alias; <xref linkend="function.oci-collection-free" /></refpurpose>
+ <refpurpose>&Alias; <function>oci_collection_free</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <xref linkend="function.oci-collection-free" />.
+ &info.function.alias; <function>oci_collection_free</function>.
</simpara>
</refsect1>
Modified: phpdoc/de/trunk/reference/oci8/oldaliases/ocifreedesc.xml
===================================================================
--- phpdoc/de/trunk/reference/oci8/oldaliases/ocifreedesc.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/oci8/oldaliases/ocifreedesc.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312795 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ocifreedesc" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ocifreedesc</refname>
- <refpurpose>&Alias; <xref linkend="function.oci-lob-free" /></refpurpose>
+ <refpurpose>&Alias; <function>oci_lob_free</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <xref linkend="function.oci-lob-free" />.
+ &info.function.alias; <function>oci_lob_free</function>.
</simpara>
</refsect1>
Modified: phpdoc/de/trunk/reference/oci8/oldaliases/ociloadlob.xml
===================================================================
--- phpdoc/de/trunk/reference/oci8/oldaliases/ociloadlob.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/oci8/oldaliases/ociloadlob.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312795 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ociloadlob" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ociloadlob</refname>
- <refpurpose>&Alias; <xref linkend="function.oci-lob-load" /></refpurpose>
+ <refpurpose>&Alias; <function>oci_lob_load</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <xref linkend="function.oci-lob-load" />.
+ &info.function.alias; <function>oci_lob_load</function>.
</simpara>
</refsect1>
Modified: phpdoc/de/trunk/reference/oci8/oldaliases/ocisavelob.xml
===================================================================
--- phpdoc/de/trunk/reference/oci8/oldaliases/ocisavelob.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/oci8/oldaliases/ocisavelob.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312795 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ocisavelob" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ocisavelob</refname>
- <refpurpose>&Alias; <xref linkend="function.oci-lob-save" /></refpurpose>
+ <refpurpose>&Alias; <function>oci_lob_save</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <xref linkend="function.oci-lob-save" />.
+ &info.function.alias; <function>oci_lob_save</function>.
</simpara>
</refsect1>
Modified: phpdoc/de/trunk/reference/oci8/oldaliases/ocisavelobfile.xml
===================================================================
--- phpdoc/de/trunk/reference/oci8/oldaliases/ocisavelobfile.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/oci8/oldaliases/ocisavelobfile.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312795 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ocisavelobfile" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ocisavelobfile</refname>
- <refpurpose>&Alias; <xref linkend="function.oci-lob-import" /></refpurpose>
+ <refpurpose>&Alias; <function>oci_lob_import</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <xref linkend="function.oci-lob-import" />.
+ &info.function.alias; <function>oci_lob_import</function>.
</simpara>
</refsect1>
Modified: phpdoc/de/trunk/reference/oci8/oldaliases/ociwritelobtofile.xml
===================================================================
--- phpdoc/de/trunk/reference/oci8/oldaliases/ociwritelobtofile.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/oci8/oldaliases/ociwritelobtofile.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312795 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ociwritelobtofile" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ociwritelobtofile</refname>
- <refpurpose>&Alias; <xref linkend="function.oci-lob-export" /></refpurpose>
+ <refpurpose>&Alias; <function>oci_lob_export</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <xref linkend="function.oci-lob-export" />.
+ &info.function.alias; <function>oci_lob_export</function>.
</simpara>
</refsect1>
Modified: phpdoc/de/trunk/reference/oci8/oldaliases/ociwritetemporarylob.xml
===================================================================
--- phpdoc/de/trunk/reference/oci8/oldaliases/ociwritetemporarylob.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/oci8/oldaliases/ociwritetemporarylob.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312795 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ociwritetemporarylob" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ociwritetemporarylob</refname>
- <refpurpose>&Alias; <xref linkend="function.oci-lob-writetemporary" /></refpurpose>
+ <refpurpose>&Alias; <function>oci_lob_writetemporary</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <xref linkend="function.oci-lob-writetemporary" />.
+ &info.function.alias; <function>oci_lob_writetemporary</function>.
</simpara>
</refsect1>
Modified: phpdoc/de/trunk/reference/readline/setup.xml
===================================================================
--- phpdoc/de/trunk/reference/readline/setup.xml 2011-07-04 06:55:05 UTC (rev 312890)
+++ phpdoc/de/trunk/reference/readline/setup.xml 2011-07-04 08:31:48 UTC (rev 312891)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312733 Maintainer: sammywg Status: ready -->
<chapter xml:id="readline.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
@@ -24,17 +24,9 @@
</section>
<!-- }}} -->
- <!-- {{{ Installation -->
&reference.readline.configure;
- <!-- }}} -->
+ &reference.readline.ini;
- <!-- {{{ Configuration -->
- <section xml:id="readline.configuration">
- &reftitle.runtime;
- &no.config;
- </section>
- <!-- }}} -->
-
<!-- {{{ Resources -->
<section xml:id="readline.resources">
&reftitle.resources;