philip Sat Jan 18 15:42:18 2003 EDT
Modified files:
/phpdoc/en/features safe-mode.xml
Log:
Specifiy that open_basedir affects the file itself. Closes bug #11940
Index: phpdoc/en/features/safe-mode.xml
diff -u phpdoc/en/features/safe-mode.xml:1.29 phpdoc/en/features/safe-mode.xml:1.30
--- phpdoc/en/features/safe-mode.xml:1.29 Sat Jan 18 04:34:57 2003
+++ phpdoc/en/features/safe-mode.xml Sat Jan 18 15:42:18 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.29 $ -->
+<!-- $Revision: 1.30 $ -->
<chapter id="features.safe-mode">
<title>Safe Mode</title>
@@ -186,8 +186,9 @@
<listitem>
<para>
Limit the files that can be opened by PHP to the specified
- directory-tree. This directive is <emphasis>NOT</emphasis>
- affected by whether Safe Mode is turned On or Off.
+ directory-tree, including the file itself. This directive
+ is <emphasis>NOT</emphasis> affected by whether Safe Mode is
+ turned On or Off.
</para>
<para>
When a script tries to open a file with,
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php