a very small correction

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76186 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Paul Dorneanu 2002-04-01 17:06:02 +00:00
parent 0f0f425fb6
commit b4edfe13b6

View file

@ -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 @@ include_path = ".;c:\php\lib"
<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 @@ include_path = ".;c:\php\lib"
</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 @@ include_path = ".;c:\php\lib"
Enables the use of ASP-like &lt;% %&gt; tags in addition to
the usual &lt;?php ?&gt; tags. This includes the
variable-value printing shorthand of &lt;%= $value %&gt;. 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 @@ include_path = ".;c:\php\lib"
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 @@ include_path = ".;c:\php\lib"
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 @@ include_path = ".;c:\php\lib"
<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 @@ include_path = ".;c:\php\lib"
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 @@ NOTYPE
</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>