mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- documented html_errors configuration option
- reworded section about Apache directives so that it's more clear git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@49838 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
eb9b7d9a1f
commit
62dfa44e7d
1 changed files with 19 additions and 4 deletions
|
@ -22,8 +22,9 @@
|
|||
except the name is prefixed by "php3_".</simpara>
|
||||
|
||||
<para>
|
||||
With PHP 4.0, there are just a few Apache directives that allow you
|
||||
to change the PHP configuration settings.
|
||||
With PHP 4.0, there are several Apache directives that allow you
|
||||
to change the PHP configuration from within the Apache
|
||||
configuration file itself.
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
|
@ -72,13 +73,15 @@
|
|||
This is used to set a Boolean configuration option.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist></para>
|
||||
</variablelist>
|
||||
</para>
|
||||
|
||||
<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
|
||||
<function>get_cfg_var</function>.</simpara>
|
||||
<function>get_cfg_var</function>.
|
||||
</simpara>
|
||||
|
||||
<sect2 id="ini.sect.general">
|
||||
<title>General Configuration Directives</title>
|
||||
|
@ -281,6 +284,18 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.html-errors">
|
||||
<term>
|
||||
<parameter>html_errors</parameter>
|
||||
<type>boolean</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Turn off HTML tags in error messages.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.open-basedir">
|
||||
<term>
|
||||
|
|
Loading…
Reference in a new issue