[PHP] What do admins put in their open_basedir?

2001-12-14 Thread Marc Delisle
Hi, I am checking if phpMyAdmin's dump file uploads could work well in a open_basedir environment. So I would like to know if sysadmins generally put "." in their php.ini open_basedir variable, or if they put a special directory. Thanks. -- Marc Delisle phpMyAdm

[PHP] What do admins put in their open_basedir

2001-12-14 Thread Marc Delisle
Hi, I would like to know if sysadmins usually put "." in their php.ini, open_basedir variable, or if they put some other directory, or both. The reason is that phpMyAdmin's dump uploads don't work well currently on a server with open_basedir, and I would try to code around the problem, if pract