Lines Matching refs:open_basedir
2 Test open_basedir configuration
4 open_basedir=.
7 require_once "open_basedir.inc";
12 require_once "open_basedir.inc";
16 *** Testing open_basedir configuration [stat] ***
23 Warning: stat(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s)…
26 Warning: stat(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed…
29 Warning: stat(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (.…
32 Warning: stat(): open_basedir restriction in effect. File(../) is not within the allowed path(s): (…
35 Warning: stat(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.)…
38 Warning: stat(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path(…
41 Warning: stat(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the al…
44 Warning: stat(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within…
47 Warning: stat(): open_basedir restriction in effect. File(./../.) is not within the allowed path(s)…
54 *** Finished testing open_basedir configuration [stat] ***