mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document disable_functions directive. Close bug #15088.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88301 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c857e29ede
commit
295fcf03c6
1 changed files with 20 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.59 $ -->
|
||||
<!-- $Revision: 1.60 $ -->
|
||||
<chapter id="configuration">
|
||||
<title>Configuration</title>
|
||||
|
||||
|
@ -252,6 +252,25 @@ disables auto-prepending.</para>
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.disable-functions">
|
||||
<term>
|
||||
<parameter>disable_functions</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
This directive allows you to disable certain functions for
|
||||
<link linkend="security">security</link> reasons. It takes
|
||||
on a comma-dilimited list of function names. disable_functions
|
||||
is not affected by <link linkend="ini.safe-mode">Safe Mode</link>.
|
||||
</simpara>
|
||||
<simpara>
|
||||
This directive must be set in &php.ini; For example, you
|
||||
cannot set this in <filename>httpd.conf</filename>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.display-errors">
|
||||
<term>
|
||||
<parameter>display_errors</parameter>
|
||||
|
|
Loading…
Reference in a new issue