From: Antony Dovgal Date: Tue, 11 Jul 2006 21:20:20 +0000 (+0000) Subject: MFH: /tmp is often a symlink, use /bin instead X-Git-Tag: php-5.2.0RC1~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40b87ec99f7f7f1aad6a44753f632c86b87d2f57;p=php MFH: /tmp is often a symlink, use /bin instead --- 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)