From 40b87ec99f7f7f1aad6a44753f632c86b87d2f57 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 11 Jul 2006 21:20:20 +0000 Subject: [PATCH] MFH: /tmp is often a symlink, use /bin instead --- ext/standard/tests/file/bug24313.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/standard/tests/file/bug24313.phpt b/ext/standard/tests/file/bug24313.phpt index 4b84bcac4c..4c6053b278 100644 --- a/ext/standard/tests/file/bug24313.phpt +++ b/ext/standard/tests/file/bug24313.phpt @@ -1,10 +1,10 @@ --TEST-- -Bug #24313 (file_exists() warning on non-existant files when is open_basedir enabled) +Bug #24313 (file_exists() throws a warning on nonexistent files when is open_basedir enabled) --INI-- -open_basedir=/tmp +open_basedir=/bin --FILE-- --EXPECT-- bool(false) -- 2.50.1