alindeman               Wed Feb  6 21:26:36 2002 EDT

  Modified files:              
    /phpdoc/en/chapters config.xml 
  Log:
  Fixed Bug #8848
  
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.36 phpdoc/en/chapters/config.xml:1.37
--- phpdoc/en/chapters/config.xml:1.36  Wed Feb  6 17:30:51 2002
+++ phpdoc/en/chapters/config.xml       Wed Feb  6 21:26:36 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.36 $ -->
+<!-- $Revision: 1.37 $ -->
  <chapter id="configuration">
   <title>Configuration</title>
 
@@ -368,6 +368,14 @@
          module, open_basedir paths from parent directories are now
          automatically inherited.
         </para>
+       <para>
+        The restriction specified with open_basedir is actually a
+        prefix, not a directory name.  This means that "open_basedir =
+        /dir/incl" also allows access to "/dir/include" and
+        "/dir/incls" if they exist.  When you want to restrict access to
+        only the specified directory, end with a slash.  For example:
+        "open_basedir = /dir/incl/"
+       </para>
         <note>
          <para>Support for multiple directories was added in 3.0.7.</para>
         </note>


Reply via email to