I am adding open_basedir line on my httpd.conf file for each new client ...

php_admin_value open_basedir &/home/example:/tmp&

... to reduce risk (hacker browsing other accounts using php) .

Now I have a client which is not able to install php chat due to
open_basedir . Anyone with this problem ?