philip Thu Jul 11 02:50:52 2002 EDT Modified files: /phpdoc/en/chapters config.xml Log: Document disable_functions directive. Close bug #15088. Index: phpdoc/en/chapters/config.xml diff -u phpdoc/en/chapters/config.xml:1.59 phpdoc/en/chapters/config.xml:1.60 --- phpdoc/en/chapters/config.xml:1.59 Tue Jul 2 22:29:14 2002 +++ phpdoc/en/chapters/config.xml Thu Jul 11 02:50:52 2002 @@ -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 @@ </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>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php