vrana           Mon Aug 20 13:35:08 2007 UTC

  Modified files:              
    /phpdoc/en/features safe-mode.xml 
  Log:
  Non-existing files are not resolved in open_basedir (bug #34680)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/features/safe-mode.xml?r1=1.69&r2=1.70&diff_format=u
Index: phpdoc/en/features/safe-mode.xml
diff -u phpdoc/en/features/safe-mode.xml:1.69 
phpdoc/en/features/safe-mode.xml:1.70
--- phpdoc/en/features/safe-mode.xml:1.69       Wed Jun 20 22:24:11 2007
+++ phpdoc/en/features/safe-mode.xml    Mon Aug 20 13:35:08 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.69 $ -->
-<!-- $Revision: 1.69 $ -->
+<!-- $Revision: 1.70 $ -->
+<!-- $Revision: 1.70 $ -->
  <chapter xml:id="features.safe-mode" xmlns="http://docbook.org/ns/docbook";>
   <title>Safe Mode</title>
 
@@ -225,7 +225,9 @@
         the location of the file is checked. When the file is outside the
         specified directory-tree, PHP will refuse to open it. All symbolic
         links are resolved, so it's not possible to avoid this restriction
-        with a symlink.
+        with a symlink. If the file doesn't exist then the symlink couldn't be
+        resolved and the filename is compared to (a resolved)
+        <parameter>open_basedir</parameter>.
        </para>
        <para>
         The special value <systemitem class="filesystem">.</systemitem>

Reply via email to