philip Tue Sep 18 13:42:44 2001 EDT
Modified files:
/phpdoc/en/features safe-mode.xml
Log:
Added a couple links to ini.safe-mode
Index: phpdoc/en/features/safe-mode.xml
diff -u phpdoc/en/features/safe-mode.xml:1.11 phpdoc/en/features/safe-mode.xml:1.12
--- phpdoc/en/features/safe-mode.xml:1.11 Sun Aug 19 09:50:03 2001
+++ phpdoc/en/features/safe-mode.xml Tue Sep 18 13:42:44 2001
@@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<chapter id="features.safe-mode">
<title>Safe Mode</title>
@@ -21,9 +21,9 @@
</programlisting>
</para>
<para>
- When safe_mode is on, PHP checks to see if the owner of the current script
- matches the owner of the file to be operated on by a file function. For
- example:
+ When <link linkend="ini.safe-mode">safe_mode</link> is on, PHP checks to see
+ if the owner of the current script matches the owner of the file to be
+ operated on by a file function. For example:
<programlisting role="ls">
-rw-rw-r-- 1 rasmus rasmus 33 Jul 1 19:20 script.php
-rw-r--r-- 1 root root 1116 May 26 18:01 /etc/passwd
@@ -41,9 +41,9 @@
</programlisting>
</para>
<para>
- If instead of safe_mode, you set an open_basedir directory then all file
- operations will be limited to files under the specified directory. For
- example (Apache httpd.conf example):
+ If instead of <link linkend="ini.safe-mode">safe_mode</link>, you set an
+ open_basedir directory then all file operations will be limited to files
+ under the specified directory. For example (Apache httpd.conf example):
<programlisting role="ini">
<Directory /docroot>
php_admin_value open_basedir /docroot