mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix doc bug #52537 (disable_functions doesn't disable user-defined functions).
Additionally, switched the disable_functions documentation to use para instead of simpara so that we actually get paragraphs in the rendered output. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302027 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
042ef33433
commit
657ad15f6e
1 changed files with 9 additions and 4 deletions
|
@ -3909,16 +3909,21 @@ auto_prepend_file=security.php
|
|||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<para>
|
||||
This directive allows you to disable certain functions for
|
||||
<link linkend="security">security</link> reasons. It takes
|
||||
on a comma-delimited list of function names. disable_functions
|
||||
is not affected by <link linkend="ini.safe-mode">Safe Mode</link>.
|
||||
</simpara>
|
||||
<simpara>
|
||||
</para>
|
||||
<para>
|
||||
Only <link linkend="functions.internal">internal functions</link> can
|
||||
be disabled using this directive. <link linkend="functions.user-defined">User-defined functions</link>
|
||||
are unaffected.
|
||||
</para>
|
||||
<para>
|
||||
This directive must be set in &php.ini; For example, you
|
||||
cannot set this in &httpd.conf;.
|
||||
</simpara>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue