vrana Thu Mar 31 09:38:23 2005 EDT
Modified files:
/phpdoc/en/features safe-mode.xml
Log:
PHP restrictions are not valid outside PHP (bug #32421)
http://cvs.php.net/diff.php/phpdoc/en/features/safe-mode.xml?r1=1.59&r2=1.60&ty=u
Index: phpdoc/en/features/safe-mode.xml
diff -u phpdoc/en/features/safe-mode.xml:1.59
phpdoc/en/features/safe-mode.xml:1.60
--- phpdoc/en/features/safe-mode.xml:1.59 Tue Feb 22 12:36:04 2005
+++ phpdoc/en/features/safe-mode.xml Thu Mar 31 09:38:23 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.59 $ -->
+<!-- $Revision: 1.60 $ -->
<chapter id="features.safe-mode">
<title>Safe Mode</title>
@@ -301,7 +301,7 @@
<para>
See also: <link linkend="ini.register-globals">register_globals</link>,
<link linkend="ini.display-errors">display_errors</link>, and
- <link linkend="ini.log-errors">log_errors</link>
+ <link linkend="ini.log-errors">log_errors</link>.
</para>
<para>
@@ -342,7 +342,7 @@
<para>
If instead of <link linkend="ini.safe-mode">safe_mode</link>, you set an
<link linkend="ini.open-basedir">open_basedir</link> directory then all
- file operations will be limited to files under the specified directory
+ file operations will be limited to files under the specified directory.
For example (Apache &httpd.conf; example):
<programlisting role="ini">
<![CDATA[
@@ -381,6 +381,11 @@
]]>
</screen>
</para>
+ <warning>
+ <para>
+ These PHP rectrictions are not valid in executed binaries, of course.
+ </para>
+ </warning>
</sect1>
<sect1 id="features.safe-mode.functions">