open_basedir and PATH

Xtracy

Verified User
Joined
May 16, 2007
Messages
12
Hi,

When using open_basedir, do the dirs in the PATH-directive of the php.ini have to be include in it?

The open_basedir path is currently set at: `HOME`/:/tmp:/usr/local/lib/php/
whereas the PATH is: /etc:/bin:/sbin:/usr/bin:/usr/sbin
 
Back
Top