We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d8b63 commit 7468fc0Copy full SHA for 7468fc0
tests/security/open_basedir_001.phpt
@@ -5,6 +5,9 @@ openbase_dir runtime tightning
5
if (substr(PHP_OS, 0, 3) == 'WIN') {
6
die('skip.. only for unix');
7
}
8
+if (!is_dir("/usr/local/bin")) {
9
+ die('skip.. no /usr/local/bin on this machine');
10
+}
11
--INI--
12
open_basedir=/usr/local
13
--FILE--
0 commit comments