derick Wed Jun 25 05:08:50 2003 EDT Modified files: /phpdoc/en/features safe-mode.xml Log: - Fixed XML #- Make test anybody? :) Index: phpdoc/en/features/safe-mode.xml diff -u phpdoc/en/features/safe-mode.xml:1.41 phpdoc/en/features/safe-mode.xml:1.42 --- phpdoc/en/features/safe-mode.xml:1.41 Wed Jun 25 04:31:46 2003 +++ phpdoc/en/features/safe-mode.xml Wed Jun 25 05:08:50 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.41 $ --> +<!-- $Revision: 1.42 $ --> <chapter id="features.safe-mode"> <title>Safe Mode</title> @@ -199,7 +199,7 @@ </para> <para> When a script tries to open a file with, for example, - <function>fopen<function> or <function>gzopen</function>, + <function>fopen</function> or <function>gzopen</function>, 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
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php