mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Whitespace.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88598 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
307d38d980
commit
5b443beead
1 changed files with 45 additions and 31 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.65 $ -->
|
||||
<!-- $Revision: 1.66 $ -->
|
||||
<chapter id="configuration">
|
||||
<title>Configuration</title>
|
||||
|
||||
|
@ -65,12 +65,14 @@ include_path = ".;c:\php\lib"
|
|||
When using PHP as an Apache module, you can also change the
|
||||
configuration settings using directives in Apache configuration
|
||||
files and .htaccess files (You will need "AllowOverride
|
||||
Options" or "AllowOverride All" privileges)</simpara>
|
||||
Options" or "AllowOverride All" privileges)
|
||||
</simpara>
|
||||
|
||||
<simpara>
|
||||
With PHP 3.0, there are Apache directives that correspond to each
|
||||
configuration setting in the <filename>php3.ini</filename> name,
|
||||
except the name is prefixed by "php3_".</simpara>
|
||||
except the name is prefixed by "php3_".
|
||||
</simpara>
|
||||
|
||||
<para>
|
||||
With PHP 4.0, there are several Apache directives that allow you
|
||||
|
@ -177,23 +179,19 @@ include_path = ".;c:\php\lib"
|
|||
<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>
|
||||
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.
|
||||
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>--d
|
||||
isable-url-fopen-wrapper</parameter></link>.
|
||||
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>
|
||||
<warning>
|
||||
|
@ -219,11 +217,13 @@ isable-url-fopen-wrapper</parameter></link>.
|
|||
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>.
|
||||
linkend="language.basic-syntax.phpmode">Escaping from HTML</link>.
|
||||
</simpara>
|
||||
|
||||
<note>
|
||||
<para>Support for ASP-style tags was added in 3.0.4.</para>
|
||||
<para>
|
||||
Support for ASP-style tags was added in 3.0.4.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
</listitem>
|
||||
|
@ -242,12 +242,13 @@ linkend="language.basic-syntax.phpmode">Escaping from HTML</link>.
|
|||
<link linkend="ini.include-path">include_path</link> is used.</para>
|
||||
<para>
|
||||
The special value <systemitem class="constant">none</systemitem>
|
||||
disables auto-appending.
|
||||
disables auto-appending.
|
||||
<note>
|
||||
<simpara>
|
||||
If the script is terminated with <function>exit</function>,
|
||||
auto-append will <emphasis>not</emphasis> occur.</simpara>
|
||||
</note></para>
|
||||
</note>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -264,7 +265,8 @@ disables auto-appending.
|
|||
<link linkend="ini.include-path">include_path</link> is used.</para>
|
||||
<para>
|
||||
The special value <systemitem class="constant">none</systemitem>
|
||||
disables auto-prepending.</para>
|
||||
disables auto-prepending.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -309,7 +311,7 @@ disables auto-prepending.</para>
|
|||
<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
|
||||
linkend="ini.safe-mode">safe mode</link>, no files outside
|
||||
this directory are served.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -344,7 +346,8 @@ linkend="ini.safe-mode">safe mode</link>, no files outside
|
|||
special value <literal>syslog</literal> is used, the errors
|
||||
are sent to the system logger instead. On UNIX, this means
|
||||
syslog(3) and on Windows NT it means the event log. The
|
||||
system logger is not supported on Windows 95.</para>
|
||||
system logger is not supported on Windows 95.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -442,7 +445,9 @@ linkend="ini.safe-mode">safe mode</link>, no files outside
|
|||
"open_basedir = /dir/incl/"
|
||||
</para>
|
||||
<note>
|
||||
<para>Support for multiple directories was added in 3.0.7.</para>
|
||||
<para>
|
||||
Support for multiple directories was added in 3.0.7.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
The default is to allow all files to be opened.
|
||||
|
@ -864,7 +869,8 @@ include_path=".;c:\www\phplib"
|
|||
<para>
|
||||
The base name of the directory used on a user's home
|
||||
directory for PHP files, for example
|
||||
<literal>public_html</literal>.</para>
|
||||
<literal>public_html</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -879,7 +885,8 @@ include_path=".;c:\www\phplib"
|
|||
plus (<literal>+</literal>) operator is used on strings.
|
||||
This is to make it easier to find scripts that need to be
|
||||
rewritten to using the string concatenator instead
|
||||
(<literal>.</literal>).</para>
|
||||
(<literal>.</literal>).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -901,7 +908,8 @@ include_path=".;c:\www\phplib"
|
|||
Whether to enable PHP's safe mode. Read the
|
||||
<link linkend="security">Security</link> and
|
||||
<link linkend="features.safe-mode">Safe Mode</link> chapters for
|
||||
more information.</para>
|
||||
more information.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -929,7 +937,8 @@ include_path=".;c:\www\phplib"
|
|||
<para>
|
||||
If PHP is used in safe mode, <function>system</function> and
|
||||
the other functions executing system programs refuse to start
|
||||
programs that are not in this directory.</para>
|
||||
programs that are not in this directory.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -962,7 +971,8 @@ include_path=".;c:\www\phplib"
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
DNS name or IP address of host used by the debugger.</para>
|
||||
DNS name or IP address of host used by the debugger.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -973,7 +983,8 @@ include_path=".;c:\www\phplib"
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Port number used by the debugger.</para>
|
||||
Port number used by the debugger.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -984,7 +995,8 @@ include_path=".;c:\www\phplib"
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Whether the debugger is enabled.</para>
|
||||
Whether the debugger is enabled.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -1028,7 +1040,8 @@ include_path=".;c:\www\phplib"
|
|||
<listitem>
|
||||
<para>
|
||||
In what directory PHP should look for dynamically loadable
|
||||
extensions.</para>
|
||||
extensions.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -1040,7 +1053,8 @@ include_path=".;c:\www\phplib"
|
|||
<listitem>
|
||||
<para>
|
||||
Which dynamically loadable extensions to load when PHP starts
|
||||
up.</para>
|
||||
up.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue