From 8658025ea197944e758c62022939c37c1fa79f58 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 23 Nov 2004 09:53:01 +0000 Subject: [PATCH] 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 --- features/safe-mode.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/features/safe-mode.xml b/features/safe-mode.xml index 7ab6a61f9c..57cab8ee77 100644 --- a/features/safe-mode.xml +++ b/features/safe-mode.xml @@ -1,5 +1,5 @@ - + Safe Mode @@ -147,6 +147,8 @@ If PHP is used in safe mode, system and the other functions executing system programs refuse to start programs that are not in this directory. + You have to use / as directory separator on all + environments including Windows.