RE: [PHP] open_basedir clarification

2004-01-09 Thread Ford, Mike [LSS]
On 09 January 2004 01:16, Matt Grimm wrote: Can anyone clarify this for me? Is open_basedir recursive or restricted to the exact paths specified? This is a bit hard to find in the manual, but everything you need to know should be at

Re: [PHP] open_basedir clarification

2004-01-09 Thread Tom Dangler
Matt, From the php manual: The restriction specified with open_basedir is actually a prefix, not a directory name. This means that open_basedir = /dir/incl also allows access to /dir/include and /dir/incls if they exist. When you want to restrict access to only the specified directory, end

Re: [PHP] open_basedir clarification

2004-01-08 Thread Matt Grimm
Can anyone clarify this for me? Is open_basedir recursive or restricted to the exact paths specified? -- Matt Grimm Matt Grimm [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] If my server has an open_basedir restriction in place for my home directory, I understand that to mean I