rasmus          Tue Mar  5 08:37:24 2002 EDT

  Modified files:              
    /phpdoc/en/features safe-mode.xml 
  Log:
  Document the fact that disable_functions can only be used in the php.ini
  file.
  
  
Index: phpdoc/en/features/safe-mode.xml
diff -u phpdoc/en/features/safe-mode.xml:1.18 phpdoc/en/features/safe-mode.xml:1.19
--- phpdoc/en/features/safe-mode.xml:1.18       Sat Dec 22 11:55:40 2001
+++ phpdoc/en/features/safe-mode.xml    Tue Mar  5 08:37:23 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
  <chapter id="features.safe-mode">
   <title>Safe Mode</title>
 
@@ -72,8 +72,11 @@
    </screen>
   </para>
   <para>
-   You can also disable individual functions. If we add this to our php.ini 
-   file: 
+   You can also disable individual functions. Note that the disable_functions 
+   directive can not be used outside of the php.ini file which means that
+   you cannot disable functions on a per-virtualhost or per-directory basis
+   in your httpd.conf file.
+   If we add this to our php.ini file: 
    <programlisting role="ini">
 <![CDATA[
 disable_functions readfile,system  


Reply via email to