vrana Tue Nov 23 04:53:02 2004 EDT
Modified files:
/phpdoc/en/features safe-mode.xml
Log:
safe_mode_exec_dir directory separator (bug #30031)
http://cvs.php.net/diff.php/phpdoc/en/features/safe-mode.xml?r1=1.57&r2=1.58&ty=u
Index: phpdoc/en/features/safe-mode.xml
diff -u phpdoc/en/features/safe-mode.xml:1.57
phpdoc/en/features/safe-mode.xml:1.58
--- phpdoc/en/features/safe-mode.xml:1.57 Sat Sep 18 15:49:57 2004
+++ phpdoc/en/features/safe-mode.xml Tue Nov 23 04:53:01 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.57 $ -->
+<!-- $Revision: 1.58 $ -->
<chapter id="features.safe-mode">
<title>Safe Mode</title>
@@ -147,6 +147,8 @@
If PHP is used in safe mode, <function>system</function> and the other
<link linkend="ref.exec">functions executing system programs</link>
refuse to start programs that are not in this directory.
+ You have to use <literal>/</literal> as directory separator on all
+ environments including Windows.
</para>
</listitem>
</varlistentry>