Date: 12/14/00
- Next message: Rui Hirokawa: "[PHP-DOC] cvs: phpdoc /ja/features file-upload.xml /ja/functions array.xml network.xml pdf.xml pgsql.xml session.xml strings.xml sybase.xml xslt.xml /ja/language basic-syntax.xml types.xml"
- Previous message: Jouni Ahto: "Re: [PHP-DOC] PDF version of manual"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
jah Thu Dec 14 06:21:39 2000 EDT
Modified files:
/phpdoc/en/chapters config.xml
Log:
Fixed indentation and path to manual.ced.
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.9 phpdoc/en/chapters/config.xml:1.10
--- phpdoc/en/chapters/config.xml:1.9 Thu Oct 12 17:05:56 2000
+++ phpdoc/en/chapters/config.xml Thu Dec 14 06:21:39 2000
@@ -84,50 +84,50 @@
<title>General Configuration Directives</title>
<para>
<variablelist>
-
- <varlistentry id="ini.allow-url-fopen">
- <term>
- <parameter>allow_url_fopen</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- This option enables the URL-aware fopen wrappers that enable accessing URL object
- like files. Default wrappers are provided for the access of
- <link linkend="features.remote-files">remote files</link>
- using the ftp or http protocol, some extensions like zlib may register additional wrappers.
- </para>
-
- <note>
- <para>
- This option was introduced immediately after the release of version 4.0.3. For versions up to
- and including 4.0.3 you can only disable this feature at compile time by using the configuration switch
- <link linkend="install.configure.disable-url-fopen-wrapper"><parameter>--disable-url-fopen-wrapper</parameter></link>.
- </para>
- </note>
+ <varlistentry id="ini.allow-url-fopen">
+ <term>
+ <parameter>allow_url_fopen</parameter>
+ <type>boolean</type>
+ </term>
+ <listitem>
+ <para>
+ This option enables the URL-aware fopen wrappers that enable accessing URL object
+ like files. Default wrappers are provided for the access of
+ <link linkend="features.remote-files">remote files</link>
+ using the ftp or http protocol, some extensions like zlib may register additional wrappers.
+ </para>
- </listitem>
- </varlistentry>
+ <note>
+ <para>
+ This option was introduced immediately after the release of version 4.0.3.
+ For versions up to and including 4.0.3 you can only disable this feature at
+ compile time by using the configuration switch
+ <link linkend="install.configure.disable-url-fopen-wrapper"><parameter>--disable-url-fopen-wrapper</parameter></link>.
+ </para>
+ </note>
- <varlistentry id="ini.asp-tags">
- <term>
- <parameter>asp_tags</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <simpara>
- Enables the use of ASP-like <% %> tags in addition to
- the usual <?php ?> tags. This includes the
- variable-value printing shorthand of <%= $value %>. For
- more information, see <link linkend="language.basic-syntax.phpmode">Escaping from HTML</link>.
- </simpara>
-
- <note>
- <para>Support for ASP-style tags was added in 3.0.4.</para>
- </note>
+ </listitem>
+ </varlistentry>
- </listitem>
- </varlistentry>
+ <varlistentry id="ini.asp-tags">
+ <term>
+ <parameter>asp_tags</parameter>
+ <type>boolean</type>
+ </term>
+ <listitem>
+ <simpara>
+ Enables the use of ASP-like <% %> tags in addition to
+ the usual <?php ?> tags. This includes the
+ variable-value printing shorthand of <%= $value %>. For
+ more information, see <link linkend="language.basic-syntax.phpmode">Escaping from HTML</link>.
+ </simpara>
+
+ <note>
+ <para>Support for ASP-style tags was added in 3.0.4.</para>
+ </note>
+
+ </listitem>
+ </varlistentry>
<varlistentry id="ini.auto-append-file">
<term>
@@ -494,7 +494,7 @@
</varlistentry>
<varlistentry id="ini.register-globals">
- <term>
+ <term>
<parameter>register_globals</parameter>
<type>boolean</type>
</term>
@@ -815,7 +815,8 @@
</term>
<listitem>
<para>
- Whether to allow persistent MySQL connections.</para>
+ Whether to allow persistent MySQL connections.
+ </para>
</listitem>
</varlistentry>
@@ -826,8 +827,8 @@
</term>
<listitem>
<para>
- The default server host to use when connecting to the database
- server if no other host is specified.
+ The default server host to use when connecting to the database
+ server if no other host is specified.
</para>
</listitem>
</varlistentry>
@@ -839,8 +840,8 @@
</term>
<listitem>
<para>
- The default user name to use when connecting to the database
- server if no other name is specified.
+ The default user name to use when connecting to the database
+ server if no other name is specified.
</para>
</listitem>
</varlistentry>
@@ -852,8 +853,8 @@
</term>
<listitem>
<para>
- The default password to use when connecting to the database
- server if no other password is specified.
+ The default password to use when connecting to the database
+ server if no other password is specified.
</para>
</listitem>
</varlistentry>
@@ -865,8 +866,8 @@
</term>
<listitem>
<para>
- The maximum number of persistent MySQL connections per
- process.
+ The maximum number of persistent MySQL connections per
+ process.
</para>
</listitem>
</varlistentry>
@@ -878,8 +879,8 @@
</term>
<listitem>
<para>
- The maximum number of MySQL connections per process, including
- persistent connections.
+ The maximum number of MySQL connections per process, including
+ persistent connections.
</para>
</listitem>
</varlistentry>
@@ -1339,8 +1340,8 @@
</term>
<listitem>
<para>
- Name of browser capabilities file. See also
- <function>get_browser</function>.
+ Name of browser capabilities file. See also
+ <function>get_browser</function>.
</para>
</listitem>
</varlistentry>
@@ -1448,7 +1449,7 @@
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
-sgml-default-dtd-file:"../manual.ced"
+sgml-default-dtd-file:"../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
- Next message: Rui Hirokawa: "[PHP-DOC] cvs: phpdoc /ja/features file-upload.xml /ja/functions array.xml network.xml pdf.xml pgsql.xml session.xml strings.xml sybase.xml xslt.xml /ja/language basic-syntax.xml types.xml"
- Previous message: Jouni Ahto: "Re: [PHP-DOC] PDF version of manual"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

