mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
phpinfo: fix formatting, document that parts of the display are disabled when expose_php is set to off
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66644 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b86b5cf690
commit
ce96635a58
1 changed files with 21 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.81 $ -->
|
||||
<!-- $Revision: 1.82 $ -->
|
||||
<reference id="ref.info">
|
||||
<title>PHP options & information</title>
|
||||
<titleabbrev>PHP options/info</titleabbrev>
|
||||
|
@ -1498,22 +1498,30 @@ phpcredits(CREDITS_GROUP + CREDITS_DOCS + CREDITS_FULLPAGE);
|
|||
information, paths, master and local values of configuration
|
||||
options, HTTP headers, and the PHP License.
|
||||
</para>
|
||||
<para>
|
||||
<para>
|
||||
The output may be customized by passing one or more of the
|
||||
following values sumed together in the optional parameter
|
||||
<parameter>what</parameter> (one can also combine them together
|
||||
with the <link linkend="language.operators.bitwise">or</link> operator.
|
||||
<itemizedlist>
|
||||
<listitem><simpara>INFO_GENERAL</simpara></listitem>
|
||||
<listitem><simpara>INFO_CREDITS</simpara></listitem>
|
||||
<listitem><simpara>INFO_CONFIGURATION</simpara></listitem>
|
||||
<listitem><simpara>INFO_MODULES</simpara></listitem>
|
||||
<listitem><simpara>INFO_ENVIRONMENT</simpara></listitem>
|
||||
<listitem><simpara>INFO_VARIABLES</simpara></listitem>
|
||||
<listitem><simpara>INFO_LICENSE</simpara></listitem>
|
||||
<listitem><simpara>INFO_ALL</simpara></listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem><simpara>INFO_GENERAL</simpara></listitem>
|
||||
<listitem><simpara>INFO_CREDITS</simpara></listitem>
|
||||
<listitem><simpara>INFO_CONFIGURATION</simpara></listitem>
|
||||
<listitem><simpara>INFO_MODULES</simpara></listitem>
|
||||
<listitem><simpara>INFO_ENVIRONMENT</simpara></listitem>
|
||||
<listitem><simpara>INFO_VARIABLES</simpara></listitem>
|
||||
<listitem><simpara>INFO_LICENSE</simpara></listitem>
|
||||
<listitem><simpara>INFO_ALL</simpara></listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Parts of the information displayed are disabled when the
|
||||
<literal>expose_php</literal> configuration setting is set to
|
||||
<literal>off</literal>. This includes the PHP and Zend logos, and the
|
||||
credits.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
See also <function>phpversion</function>,
|
||||
<function>phpcredits</function>,
|
||||
|
|
Loading…
Reference in a new issue