vrana Sat Aug 7 10:55:44 2004 EDT
Modified files: /phpdoc/en/features safe-mode.xml Log: open_basedir = . and chdir (bug #24521) http://cvs.php.net/diff.php/phpdoc/en/features/safe-mode.xml?r1=1.51&r2=1.52&ty=u Index: phpdoc/en/features/safe-mode.xml diff -u phpdoc/en/features/safe-mode.xml:1.51 phpdoc/en/features/safe-mode.xml:1.52 --- phpdoc/en/features/safe-mode.xml:1.51 Tue Aug 3 16:59:42 2004 +++ phpdoc/en/features/safe-mode.xml Sat Aug 7 10:55:43 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.51 $ --> +<!-- $Revision: 1.52 $ --> <chapter id="features.safe-mode"> <title>Safe Mode</title> @@ -207,8 +207,9 @@ </para> <para> The special value <systemitem class="constant">.</systemitem> - indicates that the directory in which the script is stored will - be used as base-directory. + indicates that the working directory of the script will be used as + base-directory. This is however little dagerous as the working directory + of the script can be easily changed by <function>chdir</function>. </para> <para> Under Windows, separate the directories with a semicolon. On all