spooky Mon Apr 1 12:06:02 2002 EDT
Modified files:
/phpdoc/en/chapters config.xml
Log:
a very small correction
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.44 phpdoc/en/chapters/config.xml:1.45
--- phpdoc/en/chapters/config.xml:1.44 Fri Mar 29 18:25:46 2002
+++ phpdoc/en/chapters/config.xml Mon Apr 1 12:06:02 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.44 $ -->
+<!-- $Revision: 1.45 $ -->
<chapter id="configuration">
<title>Configuration</title>
@@ -122,7 +122,7 @@
<simpara>
You can view the settings of the configuration values in
the output of <function>phpinfo</function>. You can also
- access the values of individial configuration settings using
+ access the values of individual configuration settings using
<function>get_cfg_var</function>.
</simpara>
@@ -137,18 +137,24 @@
</term>
<listitem>
<para>
- This option enables the URL-aware fopen wrappers that enable accessing URL
object
+ 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.
+ 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
+ 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>.
+ <link
+linkend="install.configure.disable-url-fopen-wrapper"><parameter>--d
+isable-url-fopen-wrapper</parameter></link>.
</para>
</note>
@@ -165,7 +171,8 @@
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>.
+ more information, see <link
+linkend="language.basic-syntax.phpmode">Escaping from HTML</link>.
</simpara>
<note>
@@ -187,7 +194,8 @@
called with the <function>include</function> function, so
<link linkend="ini.include-path">include_path</link> is used.</para>
<para>
- The special value <systemitem class="constant">none</systemitem> disables
auto-appending.
+ The special value <systemitem class="constant">none</systemitem>
+disables auto-appending.
<note>
<simpara>
If the script is terminated with <function>exit</function>,
@@ -208,7 +216,8 @@
called with the <function>include</function> function, so
<link linkend="ini.include-path">include_path</link> is used.</para>
<para>
- The special value <systemitem class="constant">none</systemitem> disables
auto-prepending.</para>
+ The special value <systemitem class="constant">none</systemitem>
+disables auto-prepending.</para>
</listitem>
</varlistentry>
@@ -244,7 +253,8 @@
<listitem>
<para>
PHP's "root directory" on the server. Only used if
- non-empty. If PHP is configured with <link linkend="ini.safe-mode">safe
mode</link>, no files outside
+ non-empty. If PHP is configured with <link
+linkend="ini.safe-mode">safe mode</link>, no files outside
this directory are served.
</para>
</listitem>
@@ -421,7 +431,8 @@
method variables with POST-method variables of the same name.
</para>
<para>
- See also <link linkend="ini.register-globals">register_globals</link>.
+ See also <link
+linkend="ini.register-globals">register_globals</link>.
</para>
</listitem>
</varlistentry>
@@ -1535,7 +1546,8 @@
</term>
<listitem>
<para>
- Handling of LONG fields. Specifies the number of bytes returned to variables.
+ Handling of LONG fields. Specifies the number of bytes returned to
+variables.
</para>
</listitem>
</varlistentry>