safe_mode_exec_dir directory separator (bug #30031)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173361 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-11-23 09:53:01 +00:00
parent b41f54c7e0
commit 8658025ea1

View file

@ -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>