Bug#343233: workaround is not secure

2006-11-18 Thread Thijs Kinkhorst
On Fri, November 17, 2006 00:54, J.M.Roth wrote: > Now if you would like to use safe mode, which is highly recommended on > shared systems, you will have to put this file into > safe_mode_include_dir (everyone will be able to read this file as > permissions will no longer be checked) or disable saf

Bug#343233: workaround is not secure

2006-11-16 Thread J.M.Roth
The workaround probably works, but is not secure at all. If you use a standard phpBB config the workaround file will look like This is probably owned by root and put somewhere in the include_path. Now if you would like to use safe mode, which is highly recommended on shared systems, you will h

Bug#343233: workaround

2006-03-19 Thread Thijs Kinkhorst
Hello Rob, On Thu, 2006-03-16 at 15:27 -0800, Rob Bos wrote: > I've worked around this bug as follows, at Ian Pushee's advice, and > having a single config.php file that is called from all the forum > virtualhost blocks: Thanks. I still consider this bug to be an issue in PHP, because it happens

Bug#343233: workaround

2006-03-16 Thread Rob Bos
I've worked around this bug as follows, at Ian Pushee's advice, and having a single config.php file that is called from all the forum virtualhost blocks: $dbhost = 'localhost'; $dbname = ''; $dbuser = ''; $dbpasswd = ''; if ($_SERVER["HTTP_HOST"] == "forum.novylen.net") { $table_prefix =